mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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;
|
width: @buttons-bar-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.time-label {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
|
width: 1px;
|
||||||
margin-left: floor((@buttons-bar-height * 0.25));
|
margin-left: floor((@buttons-bar-height * 0.25));
|
||||||
margin-right: floor((@buttons-bar-height * 0.25));
|
margin-right: floor((@buttons-bar-height * 0.25));
|
||||||
}
|
}
|
||||||
|
|
@ -92,14 +97,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator {
|
.separator {
|
||||||
width: 1px;
|
|
||||||
height: 70%;
|
height: 70%;
|
||||||
background-color: @colorneutrallight80;
|
background-color: @colorneutrallight80;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-label {
|
.time-label {
|
||||||
color: @colorwhite;
|
color: @colorwhite;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacing {
|
.spacing {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue