aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2025-08-07 14:12:07 +0200
committerThomas Hackl <hackl@data-quest.de>2025-08-07 14:12:07 +0200
commit36bd21ead21fc3d0aa54f1947f84f061e99645f4 (patch)
treed120af47a26c5eb2622649115372ec90664a46f7 /resources
parentc6b143e517e25a167d378c6c31a827a578ea4858 (diff)
Resolve "Verzeichnisstrukturen: Adminseiten haben defekte UI"
Closes #5773 Merge request studip/studip!4414
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/stylesheets/scss/tree.scss12
1 files 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 {