Merge branch 'fix/excessive-underline-in-sidebar' into 'develop'

fix excessive underline in sidebar

See merge request pleroma/pleroma-fe!1238
This commit is contained in:
Shpuld Shpludson 2020-09-30 06:59:09 +00:00
commit 68c2a5b18f
2 changed files with 14 additions and 10 deletions

View file

@ -125,6 +125,10 @@
} }
} }
.nav-panel .button-icon {
margin-right: 0.5em;
}
.nav-panel .button-icon:before { .nav-panel .button-icon:before {
width: 1.1em; width: 1.1em;
} }

View file

@ -138,15 +138,11 @@
&:last-child { &:last-child {
border: none; border: none;
} }
i {
margin: 0 0.5em;
}
} }
a { a {
display: block; display: block;
padding: 0.6em 0; padding: 0.6em 0.65em;
&:hover { &:hover {
background-color: $fallback--lightBg; background-color: $fallback--lightBg;
@ -174,6 +170,10 @@
text-decoration: underline; text-decoration: underline;
} }
} }
i {
margin-right: 0.5em;
}
} }
} }