Skip to content

Commit

Permalink
fix aya fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Nov 17, 2024
1 parent 7797012 commit d3c0fab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resen/taase/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ div[oncontextmenu*="toggle_fullscreen"] {
}

.fullscreen > .gif {
width: stretch;
width: 100%;
}

.fullscreen > .sliders {
Expand All @@ -30,7 +30,6 @@ div[oncontextmenu*="toggle_fullscreen"] {
aspect-ratio: 16 / 9;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
margin-inline: auto;
width: var(--media_width);
}
Expand All @@ -40,5 +39,5 @@ label[for="rate_slider"] {
}

#rate_slider {
width: 15em;
width: min(15em, 33vw);
}

0 comments on commit d3c0fab

Please sign in to comment.