fix emoji sizing in quotes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
FloatingGhost 2022-07-25 17:10:34 +01:00
parent 6d21eef32c
commit 0460e4d7ac
2 changed files with 5 additions and 3 deletions

View file

@ -101,6 +101,9 @@
.status-heading { .status-heading {
margin-bottom: 0.5em; margin-bottom: 0.5em;
.emoji {
--emoji-size: 16px;
}
} }
.heading-name-row { .heading-name-row {

View file

@ -6,9 +6,8 @@
.emoji { .emoji {
--_still_image-label-scale: 0.5; --_still_image-label-scale: 0.5;
--emoji-size: 50px;
width: 50px; --emoji-size: 50px;
height: 50px;
} }
._mfm_x2_ { ._mfm_x2_ {