1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
FrankerFaceZ/src/sites/twitch-twilight/modules/css_tweaks/styles/big-emoji.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;
}