Version 1.0.2 - Semi Fix Firefox Volume Bar
This commit is contained in:
@ -565,8 +565,18 @@ p {
|
||||
margin: 1vw;
|
||||
margin-bottom: 0;
|
||||
appearance: slider-vertical;
|
||||
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
|
||||
#volumeInput {
|
||||
width: 10vw !important;
|
||||
height: 20vh !important;
|
||||
-moz-transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
}
|
||||
#volumeTxt {
|
||||
font-size: 1vw;
|
||||
margin: 1vw !important;
|
||||
@ -721,6 +731,7 @@ p {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
.number {
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user