summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css
index 5127d9c..9aa1ca9 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -388,11 +388,16 @@ button.big,
font-size: 10px;
}
-.box.emote img {
+.box.emote:has(.emote-desc) img {
max-width: 64px;
max-height: 64px;
}
+.box.emote:has(.emote-desc.none) img {
+ max-width: 96px;
+ max-height: 96px;
+}
+
a.box {
text-decoration: none;
color: black;
@@ -563,6 +568,10 @@ a.box:hover {
display: flex;
}
+.none {
+ display: none;
+}
+
.w-full {
width: 100%;
}