diff --git a/crates/app/src/public/css/style.css b/crates/app/src/public/css/style.css index e64e2aa..5247b17 100644 --- a/crates/app/src/public/css/style.css +++ b/crates/app/src/public/css/style.css @@ -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; diff --git a/crates/app/src/public/html/chats/app.html b/crates/app/src/public/html/chats/app.html index e913e4f..0f8e61e 100644 --- a/crates/app/src/public/html/chats/app.html +++ b/crates/app/src/public/html/chats/app.html @@ -1,6 +1,7 @@ {% extends "root.html" %} {% block head %}