diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-09-22 09:15:36 +0200 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-09-28 18:18:40 +0200 |
commit | 56930920538e045716a0b649213b418da19e2766 (patch) | |
tree | 1104148e61504e9a14b4fcb0ad99754e7a060729 /core/css/apps.scss | |
parent | 45cac164322d6ce4d10db07b9207b7079694e2a4 (diff) | |
download | nextcloud-server-56930920538e045716a0b649213b418da19e2766.tar.gz nextcloud-server-56930920538e045716a0b649213b418da19e2766.zip |
Split list to navigation for the left sidebar
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 5209d089f08..bd1d8833235 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -138,6 +138,22 @@ kbd { flex-direction: column; flex-grow: 0; flex-shrink: 0; +} +.app-navigation-caption, +.app-navigation-caption { + font-weight: bold; + line-height: 44px; + padding: 10px 44px 0 44px; + white-space: nowrap; + text-overflow: ellipsis; + box-shadow: none !important; + user-select: none; + pointer-events:none; + margin-left: 10px; +} + +.app-navigation-personal, +.app-navigation-administration { /* 'New' button */ .app-navigation-new { @@ -239,21 +255,6 @@ kbd { } } - &.app-navigation-caption { - font-weight: bold; - line-height: 44px; - padding: 0 44px; - white-space: nowrap; - text-overflow: ellipsis; - box-shadow: none !important; - user-select: none; - pointer-events:none; - - &:not(:first-child) { - margin-top: 22px; - } - } - /* Second level nesting for lists */ > ul { flex: 0 1 auto; @@ -344,7 +345,7 @@ kbd { } } &:first-child img { - margin-right: 11px; + margin-right: 11px!important; width: 16px; height: 16px; // Legacy invert if bright background |