commit: f74aebe7dc5971ed8c206f95ab95224d55ae2d1b
parent 7f36f9a1ee53d1b775411501cea83fab86344381
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 16 Feb 2020 05:56:03 +0100
static-fe.css: Use .emoji class instead of max-height hack
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/priv/static/static/static-fe.css b/priv/static/static/static-fe.css
@@ -46,6 +46,13 @@ header {
display: block;
}
+.emoji {
+ max-height: 2.5ch;
+ max-width: 2.5em;
+ object-fit: contain;
+ vertical-align: middle;
+}
+
#selected {
background-color: #1b2735;
}
@@ -77,11 +84,6 @@ a:hover {
color: white;
}
-/* keep emoji from being hilariously huge */
-.display-name img {
- max-height: 1em;
-}
-
.display-name .nickname {
padding-top: 4px;
display: block;