diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-11-30 22:59:21 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-11-30 22:59:21 -0500 |
| commit | 663dcb13a5b5085b58ebb10ee5f5eff4bb3d07ce (patch) | |
| tree | 957e310b190e5454bfc3301481bb6ff2a8def539 /ui/styles/messages.css | |
| parent | 91c33501a315abe04aeed54aa27388ce0ad241ce (diff) | |
Show number of unread conversations in app badgenotifs-controls
Diffstat (limited to 'ui/styles/messages.css')
| -rw-r--r-- | ui/styles/messages.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ui/styles/messages.css b/ui/styles/messages.css index 5488fa5..52355b7 100644 --- a/ui/styles/messages.css +++ b/ui/styles/messages.css @@ -1,3 +1,27 @@ +.channel-meta { + border-width: 0 1px 1px 1px; + border-color: red; + border-style: solid; + border-radius: 0 0 4px 4px; + background-color: mistyrose; + overflow: clip; + transition: margin-top 0.25s ease-in; + z-index: 1; + margin-top: -5rem; +} + +.channel-meta.expanded { + margin-top: 0rem; +} + +.channel-meta .handle { + text-align: center; +} + +.channel-meta .inner { + padding: 1rem; +} + .message-run { border-radius: 0.25rem; margin-top: 1rem; |
