Browse Source

Add possibility to pin nav entries at the bottom

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/6399/head
John Molakvoæ (skjnldsv) 8 years ago
parent
commit
02db24de3a
No known key found for this signature in database GPG Key ID: FB5ACEED51955BF8
  1. 10
      core/css/apps.scss

10
core/css/apps.scss

@ -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…
Cancel
Save