Show twitch stream preview and title on avatar hover

This commit is contained in:
Svilen Markov
2024-10-17 21:53:07 +01:00
parent 56f9ec1d10
commit 3382cd6208
2 changed files with 14 additions and 1 deletions

View File

@@ -1504,6 +1504,13 @@ details[open] .summary::after {
border: 2px solid var(--color-widget-background);
}
.twitch-stream-preview {
width: 100%;
aspect-ratio: 16 / 9;
border-radius: var(--border-radius);
object-fit: cover;
}
.reddit-card-thumbnail {
width: 100%;
height: 100%;