mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
6 lines
234 B
SCSS
6 lines
234 B
SCSS
.ffz--inline:not(.scaled-modified-emote) .ffz-emoji {
|
|
width: 3.6rem !important;
|
|
height: 3.6rem !important;
|
|
width: calc(var(--ffz-chat-font-size, 1em) * 3) !important;
|
|
height: calc(var(--ffz-chat-font-size, 1em) * 3) !important;
|
|
}
|