Fix study clock styling (for broadcasts)

pull/9722/head
Benedikt Werner 2021-09-03 22:30:58 +02:00
parent 051ffd6f2d
commit 9f1bb5c0d2
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 2 additions and 1 deletions

View File

@ -58,10 +58,11 @@ $player-height: 1.6rem;
.analyse__clock {
@extend %roboto, %flex-center-nowrap;
align-self: stretch;
height: 100%;
font-size: 1.2em;
padding: 0 0.8em 0 0.4em;
border-radius: 0 4px 0 0;
box-shadow: none;
}
&-bot .analyse__clock {