Add separator between settings sections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
d30109c316
commit
f6f0f5be40
|
@ -882,6 +882,10 @@ span.version {
|
|||
margin: 8px 0;
|
||||
}
|
||||
margin-bottom: 0;
|
||||
/* use 2nd child since app-navigation-toggle is the first */
|
||||
&:not(:nth-child(2)) {
|
||||
border-top: 1px solid $color-border;
|
||||
}
|
||||
}
|
||||
|
||||
.personal-settings-setting-box .section {
|
||||
|
|
Loading…
Reference in New Issue