update
This commit is contained in:
parent
e37198c8ad
commit
25a8ba2dad
3 changed files with 29 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -88,6 +88,33 @@ $background-color_4: rgba(255, 255, 255, 0.1);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
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 {
|
.plyx-player-controls {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Reference in a new issue