Refactor MediaPlayer, adds login sound
Logingeluidje werkt waarschijnlijk bij niemand, maar leuke easter egg
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user