Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-09-22 00:06:32 +0300
committerdartcafe <github@dartcafe.de>2022-09-22 00:06:32 +0300
commitfd82ca633efdf7c77be4673e77992a6d47bce8ad (patch)
treeca39560449dba78fdb08d543264a99f575aef8e2
parent7478ab5d58b2cbecc804ecc5953390d4c4692b84 (diff)
fix sidebar behaviorfix/small-fixes-4.0
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--src/js/assets/scss/hacks.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/assets/scss/hacks.scss b/src/js/assets/scss/hacks.scss
index 0c84e926..4e957787 100644
--- a/src/js/assets/scss/hacks.scss
+++ b/src/js/assets/scss/hacks.scss
@@ -10,6 +10,10 @@
background-clip: initial !important;
}
+.app-sidebar {
+ top: 0 !important;
+}
+
.action-item.action-item--single.app-navigation-toggle.undefined.has-tooltip {
top: 4px;
margin-right: -50px;