further improve time separator
This commit is contained in:
parent
268a654617
commit
ac2a231045
1 changed files with 3 additions and 0 deletions
|
@ -103,8 +103,11 @@
|
|||
}
|
||||
|
||||
.time-separator-text {
|
||||
user-select: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-left: var(--space-xs);
|
||||
padding-right: var(--space-xs);
|
||||
background-color: var(--background-color-1);
|
||||
color: var(--foreground-color-2);
|
||||
font-size: 0.75em;
|
||||
|
|
Loading…
Reference in a new issue