mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
* Added: Setting to display timestamps on additional types of chat messages. (Closes #983) * Changed: Do not set a Chat Width by default. * Changed: Have WebMunch dump a list of possible webpack bundle names when failing to find webpack. * Fixed: Appearance issues caused by Twitch's continual migration to procedural CSS class names, requiring duplicate CSS to achieve a native look. * Fixed: Ambiguous input field names in some FFZ Control Center widgets. (Closes #1017) * Fixed: Stop using Algolia for tag search.
15 lines
No EOL
357 B
SCSS
15 lines
No EOL
357 B
SCSS
.ffz-card-img {
|
|
background-color: var(--color-background-placeholder);;
|
|
flex-shrink: 0;
|
|
width: 100%;
|
|
|
|
&--size-2 { width: 2rem }
|
|
&--size-3 { width: 3rem }
|
|
&--size-4 { width: 4rem }
|
|
&--size-6 { width: 6rem }
|
|
&--size-8 { width: 8rem }
|
|
&--size-12 { width: 12rem }
|
|
&--size-16 { width: 16rem }
|
|
&--size-24 { width: 24rem }
|
|
&--size-32 { width: 32rem }
|
|
} |