diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-16 01:34:11 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-16 01:34:11 +0500 |
| commit | 664f82212c191af8e8bcbafeb60c8b78a10b4fbe (patch) | |
| tree | 5f1a0ae29de3dc95807a5158169cfe70a0e4bf31 /public/static/style.css | |
| parent | fccc2894d5775d045f557a289a6a4713346a8cad (diff) | |
upd: emote style
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/public/static/style.css b/public/static/style.css index b1233cc..5127d9c 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -356,15 +356,6 @@ button.big, .box.emote { width: 96px; height: 96px; - - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - - gap: 6px; - - overflow: hidden; } .box.background { @@ -379,17 +370,19 @@ button.big, text-shadow: -1px 1px 4px black; } -.box.emote:has(p) h1 { - margin-top: 4px; - line-height: 0; -} - .box.emote h1 { font-size: 16px; font-weight: 600; + + max-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .box.emote p { + max-width: 100px; + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; @@ -398,8 +391,6 @@ button.big, .box.emote img { max-width: 64px; max-height: 64px; - margin-top: auto; - margin-bottom: auto; } a.box { @@ -548,6 +539,10 @@ a.box:hover { justify-content: space-between; } +.justify-bottom { + justify-content: end; +} + .font-small { font-size: 12px; } |
