mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Make everything on fullscreen bigger (TV mode)
This commit is contained in:
49
css/styles.css
Normal file
49
css/styles.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user