aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {