fixed est time display

This commit is contained in:
muerwre 2018-08-24 14:27:47 +07:00
parent ecda809492
commit acc7cf6a22
5 changed files with 88 additions and 12 deletions

View file

@ -12,6 +12,13 @@
display: flex;
align-items: center;
border-radius: 3px 0 0 3px;
font-weight: 200;
color: #cccccc;
user-select: none;
svg {
fill: #cccccc;
}
}
.control-sep {