Make everything on fullscreen bigger (TV mode)

This commit is contained in:
Rafostar
2020-09-06 10:18:53 +02:00
parent 7d2edec553
commit d8d342a956
4 changed files with 94 additions and 1 deletions

49
css/styles.css Normal file
View File

@@ -0,0 +1,49 @@
scale value {
font-weight: 500;
color: currentColor;
}
scale marks {
color: currentColor;
}
scale trough highlight {
min-width: 4px;
min-height: 4px;
}
.osd {
font-size: 22px;
font-weight: 600;
}
.osd scale value {
font-size: 24px;
}
.osd scale contents {
margin-left: 8px;
margin-right: 4px;
}
.osd button {
margin: 2px;
min-width: 36px;
min-height: 36px;
}
.osd scale trough highlight {
min-width: 6px;
min-height: 6px;
}
.osd scale slider {
margin: -14px;
}
.osd radio {
margin: 6px;
border: 2px solid;
min-width: 18px;
min-height: 18px;
}