Fix layout shift on image load

This commit is contained in:
Svilen Markov 2024-05-25 18:35:50 +01:00
parent 0c63c61db5
commit 69b3e544bd

View File

@ -1072,6 +1072,7 @@ kbd:active {
.twitch-category-thumbnail {
width: 5rem;
aspect-ratio: 3 / 4;
border-radius: var(--border-radius);
}