summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/static/style.css27
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;
}