Browse Source

Add possibility to pin nav entries at the bottom

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v13.0.0beta1
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
02db24de3a
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      core/css/apps.scss

+ 10
- 0
core/css/apps.scss View File

@@ -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