forked from AkkomaGang/akkoma-fe
fix excessive underline in sidebar
This commit is contained in:
parent
0fee9a8fe7
commit
f9977dbb3c
3 changed files with 7 additions and 10 deletions
|
@ -809,6 +809,7 @@ nav {
|
|||
|
||||
.button-icon {
|
||||
font-size: 1.2em;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
@keyframes shakeError {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
.timeline-menu-popover-wrap {
|
||||
overflow: hidden;
|
||||
// Match panel heading padding to line up menu with bottom of heading
|
||||
margin-top: 0.6rem;
|
||||
margin-top: 0.6rem 0.65em;
|
||||
padding: 0 15px 15px 15px;
|
||||
}
|
||||
.timeline-menu-popover {
|
||||
|
@ -138,10 +138,6 @@
|
|||
&:last-child {
|
||||
border: none;
|
||||
}
|
||||
|
||||
i {
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue