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-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;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<div class="credits">
|
||||
<p><a href="https://youtu.be/MuyJtxzyU3o">Ennie and Yoyki: Ungirly Games</a> <span>By Lenar Mingazov</span></p>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!-- Change colors in the player -->
|
||||
|
|
Reference in a new issue