add: channels, messages

This commit is contained in:
trisua 2025-04-27 23:11:37 -04:00
parent 67492cf73f
commit 7774124bd0
40 changed files with 2238 additions and 115 deletions

View file

@ -107,7 +107,7 @@ article {
padding: 0;
}
body .card:not(.card *),
body .card:not(.card *):not(#stream *),
body .pillmenu:not(.card *) > a,
body .card-nest:not(.card *) > .card,
body .banner {
@ -477,6 +477,12 @@ button.small,
font-size: 16px;
}
button.big_icon svg,
.button.big_icon svg {
height: 16px;
min-width: 16px;
}
button:hover,
.button:hover {
background: var(--color-primary-lowered);