Add possibility to pin nav entries at the bottom

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-17 12:40:19 +02:00
parent 3e25dcfb3e
commit 02db24de3a
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 10 additions and 0 deletions

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 {