improved player display

This commit is contained in:
2020-03-25 10:44:33 +01:00
parent ce4d6e7826
commit 057d0c29ee
2 changed files with 5 additions and 3 deletions
File diff suppressed because one or more lines are too long
@@ -1000,16 +1000,18 @@ main[role="main"]{
} }
} }
.time{ .time{
padding-top:0;
&>*{ &>*{
width:70px; width:70px;
text-align: right; text-align: right;
} }
.current-time{ .current-time{
font-size: 1.4em; font-size: 1.4em;
line-height: 1.1;
font-weight: 600; font-weight: 600;
} }
.duration{ .duration{
font-size: 0.75em; font-size: 0.882em;
font-weight: 400; font-weight: 400;
} }
} }
@@ -1037,7 +1039,7 @@ main[role="main"]{
} }
.actions{ .actions{
width:1.5em; width:1.5em;
margin-top: 0.1em; // margin-top: 0.1em;
} }
.cartels{ .cartels{
width:calc(100% - 1.5em); width:calc(100% - 1.5em);