Skip to content

Commit

Permalink
🐛 fix: video container
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Dec 23, 2024
1 parent 25e0e01 commit bd69a35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,16 @@ button.main-playPauseButton-button {
background-color: var(--spice-text) !important;
}

.ouiL5cH1WduxtprQ0Iig {
aspect-ratio: auto;
margin-top: 24px;
}

.ouiL5cH1WduxtprQ0Iig video {
min-height: auto !important;
height: auto;
}

/* Generic Modal */

.GenericModal__overlay {
Expand Down

0 comments on commit bd69a35

Please sign in to comment.