Tweak UI
This commit is contained in:
parent
1ec3338d2e
commit
d4c4e30fe4
5 changed files with 28 additions and 15 deletions
|
|
@ -336,11 +336,21 @@ hr {
|
|||
|
||||
._hr {
|
||||
margin: var(--margin) calc(var(--root-margin, 32px) * -1);
|
||||
border-top: solid 0.5px var(--divider);
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
--root-margin: 10px;
|
||||
}
|
||||
|
||||
& + ._root {
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
margin: var(--root-margin) calc(var(--root-margin, 32px) * -1);
|
||||
border-top: solid 0.5px var(--divider);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._flat_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue