More space for number
This commit is contained in:
parent
6ec2481f6c
commit
6911ac0078
1 changed files with 2 additions and 2 deletions
|
@ -269,7 +269,7 @@ li {
|
||||||
.lengthBar {
|
.lengthBar {
|
||||||
background-color: rgb(50, 40, 60);
|
background-color: rgb(50, 40, 60);
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% - 100px);
|
width: calc(100% - 120px);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -343,5 +343,5 @@ b, b > *, .activityTitle, .activityTitle > *, .bold {
|
||||||
|
|
||||||
.durationBarFormatter {
|
.durationBarFormatter {
|
||||||
float: right;
|
float: right;
|
||||||
width: 90px;
|
width: 120px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue