Refactor MediaPlayer, adds login sound

Logingeluidje werkt waarschijnlijk bij niemand, maar leuke easter egg
This commit is contained in:
2024-02-23 12:00:07 +01:00
parent d73910ab02
commit 2c808c7703
8 changed files with 47 additions and 72 deletions
Binary file not shown.
+6 -16
View File
@@ -11,8 +11,7 @@ body {
z-index:99;
min-height: 520px;
width:560px;
overflow-y:scroll;
overflow-x:hidden;
overflow:hidden;
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
@@ -154,22 +153,13 @@ iframe {
width: 256px;
}
input[type="range"] {
margin: 8px 0;
#seek {
height: 22px;
}
input[type="range"]::-moz-range-track {
background: #aaa;
height: 12px;
}
input[type="range"]::-moz-range-thumb {
height: 15px;
width: 15px;
transform: unset;
background: transparent;
border: 3px solid lightgray;
border-bottom-color: darkgrey;
#media-control button {
min-width: 0;
width: 20px;
}
/* Clippy */