This commit is contained in:
Korbs 2023-12-14 21:20:47 -05:00
parent e37198c8ad
commit 25a8ba2dad
No known key found for this signature in database
3 changed files with 29 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -88,6 +88,33 @@ $background-color_4: rgba(255, 255, 255, 0.1);
font-size: 18px;
font-weight: bold;
}
.subtitles-menu {
display: none;
position: absolute;
right: 60px;
bottom: 80px;
background: #0009;
list-style: none;
padding: 6px;
border-radius: 6px;
button {
background-color: transparent;
color: white;
border: none;
border-radius: 4px;
width: 100%;
text-align: left;
padding: 6px 12px;
cursor: pointer;
&:hover {
background: #ffffff29;
}
}
.hide {
opacity: 0;
pointer-events: none;
}
}
.plyx-player-controls {
display: inline-flex;
right: 0;