Fix app navigation edit entry
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
5b649df4f3
commit
80b3452da2
|
@ -519,6 +519,8 @@ kbd {
|
|||
margin-left: -1px;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
border-top-right-radius: var(--border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue