summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-10-26 01:00:01 +0500
committerilotterytea <iltsu@alright.party>2025-10-26 01:00:01 +0500
commit8df35446c1b4c549d46c11dcbeaa0d108820b23a (patch)
treedfa7948ad623938c3f82fbf34eb8fafd2bd72381 /style.css
parent747f552eee9e45d017b810ab438ac91d1dbd2b70 (diff)
feat: styles for emotes and badges
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 32f689f..44e5182 100644
--- a/style.css
+++ b/style.css
@@ -33,6 +33,20 @@
background: var(--message-background-alt);
}
+.message .badge,
+.message .emote {
+ height: 18px;
+}
+
+.message img {
+ vertical-align: middle;
+ margin: 0 2px;
+}
+
+.message img:first-child {
+ margin-left: 0;
+}
+
.message:last-child {
border-bottom: none;
} \ No newline at end of file