Update twitch channel stream preview popover

This commit is contained in:
Svilen Markov
2024-11-01 22:57:34 +00:00
parent 4582be1da5
commit 3914e24b3d
2 changed files with 3 additions and 2 deletions

View File

@@ -1509,7 +1509,8 @@ details[open] .summary::after {
}
.twitch-stream-preview {
width: 100%;
max-width: 100%;
width: 400px;
aspect-ratio: 16 / 9;
border-radius: var(--border-radius);
object-fit: cover;