From 02db24de3a6d8cbba579c6d133a972a6265bb422 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Sun, 17 Sep 2017 12:40:19 +0200 Subject: Add possibility to pin nav entries at the bottom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/css') diff --git a/core/css/apps.scss b/core/css/apps.scss index 7ac357e6a1a..2f71c655ad0 100644 --- a/core/css/apps.scss +++ b/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 { -- cgit v1.2.3