working okay
This commit is contained in:
parent
10fb73b19e
commit
573be29452
|
@ -286,7 +286,7 @@
|
||||||
color: var(--grey-5);
|
color: var(--grey-5);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
display: inline block;
|
display: inline block;
|
||||||
margin-right: 4px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.semiColon {
|
.semiColon {
|
||||||
|
@ -311,8 +311,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.topLine .space {
|
.topLine .space {
|
||||||
margin-right: 7px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.topLine .text {
|
.topLine .text {
|
||||||
|
@ -336,6 +334,8 @@
|
||||||
background-color: var(--background-alt);
|
background-color: var(--background-alt);
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue