Add possibility to pin nav entries at the bottom
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
3e25dcfb3e
commit
02db24de3a
|
@ -105,6 +105,16 @@ kbd {
|
|||
> li {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
order: 1;
|
||||
flex-shrink: 0;
|
||||
|
||||
/* Pinned-to-bottom entries */
|
||||
&.pinned {
|
||||
order: 2;
|
||||
&:first-child {
|
||||
margin-top: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
> a,
|
||||
> .app-navigation-entry-deleted {
|
||||
|
|
Loading…
Reference in New Issue