This commit is contained in:
ed
2021-04-25 04:34:06 +02:00
parent e2dd683def
commit 375b72770d
2 changed files with 27 additions and 6 deletions

View File

@@ -341,10 +341,10 @@ a, #files tbody div a:last-child {
width: calc(100% - 10.5em);
background: rgba(0,0,0,0.2);
}
@media (min-width: 90em) {
@media (min-width: 80em) {
#barpos,
#barbuf {
width: calc(100% - 24em);
width: calc(100% - 21em);
left: 9.8em;
top: .7em;
height: 1.6em;
@@ -354,6 +354,9 @@ a, #files tbody div a:last-child {
bottom: -3.2em;
height: 3.2em;
}
#pvol {
max-width: 9em;
}
}