🐛 Style: fix version image height and twemoji display

This commit is contained in:
Cell
2023-02-18 00:10:12 +08:00
parent 541bad62ae
commit a98fa072fd
2 changed files with 6 additions and 5 deletions
+5 -5
View File
@@ -275,6 +275,11 @@
&:not([data-h]) {
height: auto;
}
&.version {
height: 1.25em;
vertical-align: text-bottom;
}
}
svg {
max-width: 100%;
@@ -371,11 +376,6 @@
color: $code-color-dark;
}
}
.version {
height: 1.25em;
vertical-align: text-bottom;
}
}
@import '../_partials/_single/reward';
+1
View File
@@ -10,6 +10,7 @@ svg.icon {
}
img.emoji {
display: inline-block;
height: 1em;
width: 1em;
margin: 0 0.05em 0 0.1em;