css: Remove elapsed popover bottom padding

Scale already does a bottom padding, we do not need this much of it
This commit is contained in:
Rafał Dzięgiel
2021-09-01 15:44:45 +02:00
parent 451711b9c6
commit c457158541

View File

@@ -266,6 +266,9 @@ scale trough slider {
.fullscreen.tvmode .elapsedpopover {
min-width: 448px;
}
.elapsedpopover contents {
padding-bottom: 0px;
}
.speedscale trough highlight {
min-height: 4px;
}