PluginProbe
Friends / 4.3.2
Friends v4.3.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
← All changes | friends.css +38 -0 4.3.04.3.2 View file →
@@ -2497,8 +2497,28 @@
2497 2497 & .friends-dm-message-meta {
2498 2498 visibility: hidden;
2499 2499 }
2500 2500
2501 + &.is-own-message .friends-dm-message-meta {
2502 + visibility: visible;
2503 +
2504 + & strong,
2505 + & time {
2506 + display: none;
2507 + }
2508 + }
2509 +
2510 + &.is-spaced-message .friends-dm-message-meta {
2511 + visibility: visible;
2512 + }
2513 +
2514 + &.is-own-message.is-spaced-message .friends-dm-message-meta {
2515 + & strong,
2516 + & time {
2517 + display: inline;
2518 + }
2519 + }
2520 +
2501 2521 & .friends-dm-message-content {
2502 2522 margin-top: 0;
2503 2523 }
2504 2524 }
@@ -2615,8 +2635,26 @@
2615 2635 padding: .45rem .55rem;
2616 2636
2617 2637 & > :first-child { margin-top: 0; }
2618 2638 & > :last-child { margin-bottom: 0; }
2639 + }
2640 +
2641 + & .friends-dm-message-reactions {
2642 + display: flex;
2643 + flex-wrap: wrap;
2644 + gap: .25rem;
2645 + margin-top: .2rem;
2646 + }
2647 +
2648 + & .friends-dm-message-reaction {
2649 + background: var(--friends-color-surface);
2650 + border: 1px solid var(--friends-color-border);
2651 + border-radius: 1rem;
2652 + color: var(--friends-color-text-muted);
2653 + cursor: help;
2654 + font-size: .7rem;
2655 + line-height: 1.4;
2656 + padding: 0 .4rem;
2619 2657 }
2620 2658
2621 2659 & .friends-dm-reply {
2622 2660 background: var(--friends-color-surface-muted);