mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
width and fontsize of control bar moved to size styles
This commit is contained in:
parent
3ea7e0ce25
commit
e5ea9e2802
1 changed files with 5 additions and 2 deletions
|
|
@ -24,7 +24,12 @@
|
|||
width: @buttons-bar-height;
|
||||
}
|
||||
|
||||
.time-label {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.separator {
|
||||
width: 1px;
|
||||
margin-left: floor((@buttons-bar-height * 0.25));
|
||||
margin-right: floor((@buttons-bar-height * 0.25));
|
||||
}
|
||||
|
|
@ -92,14 +97,12 @@
|
|||
}
|
||||
|
||||
.separator {
|
||||
width: 1px;
|
||||
height: 70%;
|
||||
background-color: @colorneutrallight80;
|
||||
}
|
||||
|
||||
.time-label {
|
||||
color: @colorwhite;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.spacing {
|
||||
|
|
|
|||
Loading…
Reference in a new issue