aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-20 14:20:56 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-08-20 14:20:56 +0200
commit6555f37b56c537c09f8ec12a4a20c6d22af6094d (patch)
treef62ec2f62c0b6100cccf3a1ff75c66cf7d922503 /resources
parentc08a2211be28631fbeb5789f142472994abfc9d3 (diff)
fix little layout glitches, fixes #5836
Closes #5836 Merge request studip/studip!4450
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/stylesheets/scss/header.scss1
-rw-r--r--resources/assets/stylesheets/scss/responsive.scss6
2 files changed, 3 insertions, 4 deletions
diff --git a/resources/assets/stylesheets/scss/header.scss b/resources/assets/stylesheets/scss/header.scss
index 8a30c0f..b06c31f 100644
--- a/resources/assets/stylesheets/scss/header.scss
+++ b/resources/assets/stylesheets/scss/header.scss
@@ -182,7 +182,6 @@
}
#fullscreen-on {
- color: var(--color--highlight);
svg {
vertical-align: middle;
}
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss
index f23cb04..32561ce 100644
--- a/resources/assets/stylesheets/scss/responsive.scss
+++ b/resources/assets/stylesheets/scss/responsive.scss
@@ -18,7 +18,7 @@ $sidebarOut: -330px;
#responsive-toggle-fullscreen,
#responsive-toggle-focusmode {
- img {
+ svg {
cursor: pointer;
}
}
@@ -30,7 +30,7 @@ $sidebarOut: -330px;
padding: 0;
}
- img {
+ svg {
cursor: pointer;
vertical-align: middle;
}
@@ -165,7 +165,7 @@ $sidebarOut: -330px;
&.navigation-up,
&.navigation-current {
.navigation-icon {
- img {
+ svg {
padding-top: 0;
}
}