add: user status

This commit is contained in:
trisua 2025-05-03 11:29:31 -04:00
parent 1724f798ca
commit a009ef9e34
10 changed files with 259 additions and 138 deletions

View file

@ -107,7 +107,7 @@ article {
padding: 0;
}
body .card:not(.card *):not(#stream *),
body .card:not(.card *):not(#stream *):not(.user_plate),
body .pillmenu:not(.card *) > a,
body .card-nest:not(.card *) > .card,
body .banner {
@ -340,6 +340,18 @@ img.contain {
max-height: 350px;
}
.user_status span {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.user_status .icon {
min-width: 1em;
min-height: 1em;
}
/* table */
table {
border-collapse: collapse;
@ -416,6 +428,10 @@ table ol {
padding: 0.5rem 1rem;
}
.card.tiny {
padding: 0.5rem;
}
.card.secondary {
background: var(--color-surface);
}
@ -477,6 +493,12 @@ button.small,
font-size: 16px;
}
button.small.square,
.button.small.square {
width: 32px;
height: 32px;
}
button.big_icon svg,
.button.big_icon svg {
height: 16px;