Fix settings section divider being very visible below navigation bar

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/13801/head
Jan-Christoph Borchardt 7 years ago
parent a05219d24d
commit ef0f91ef0c
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
  1. 6
      settings/css/settings.scss

@ -941,9 +941,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…
Cancel
Save