Fix settings section divider being very visible below navigation bar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
8fa8f51ed5
commit
3f08f0066c
|
@ -937,9 +937,9 @@ span.version {
|
|||
|
||||
.section {
|
||||
margin-bottom: 0;
|
||||
/* use 2nd child since app-navigation-toggle is the first */
|
||||
&:not(:nth-child(2)) {
|
||||
border-top: 1px solid var(--color-border);
|
||||
/* section divider lines, none needed for last one */
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
/* correctly display help icons next to headings */
|
||||
|
|
Loading…
Reference in New Issue