From 36bd21ead21fc3d0aa54f1947f84f061e99645f4 Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Thu, 7 Aug 2025 14:12:07 +0200 Subject: Resolve "Verzeichnisstrukturen: Adminseiten haben defekte UI" Closes #5773 Merge request studip/studip!4414 --- resources/assets/stylesheets/scss/tree.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/assets/stylesheets/scss/tree.scss b/resources/assets/stylesheets/scss/tree.scss index af1c8ec..69a621a 100644 --- a/resources/assets/stylesheets/scss/tree.scss +++ b/resources/assets/stylesheets/scss/tree.scss @@ -14,15 +14,15 @@ $tree-outline: 1px solid var(--light-gray-color-40); } .contentbar { - display: relative; - .contentbar-wrapper-right { display: inherit; button, a { color: var(--color--highlight); - + position: relative; + top: 4px; + &:hover { color: var(--color--highlight-hover); } @@ -30,7 +30,7 @@ $tree-outline: 1px solid var(--light-gray-color-40); .action-menu { button { - top: -2px; + top: -3px; } } } @@ -226,17 +226,21 @@ $tree-outline: 1px solid var(--light-gray-color-40); .contentbar-wrapper-left { max-width: calc(100% - 25px); + width: calc(100% - 25px); &.with-navigation { max-width: calc(100% - 50px); + width: calc(100% - 50px); } &.editable { max-width: calc(100% - 50px); + width: calc(100% - 50px); } &.with-navigation-and-editable { max-width: calc(100% - 75px); + width: calc(100% - 75px); } img { -- cgit v1.0