fix emoji sizing in quotes
This commit is contained in:
parent
6d21eef32c
commit
0460e4d7ac
2 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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_ {
|
||||||
|
|
Loading…
Reference in a new issue