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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-07-03 12:13:26 +0300
committerGitHub <noreply@github.com>2019-07-03 12:13:26 +0300
commitaf91ab082b3386da4f74e07a1f7e9f412e6c9f64 (patch)
tree703bf0d9c88e8ada6c47671501d0ab998121e5f5 /css
parentb724820b94280353a46565d6aa189209753ef33f (diff)
parent05968824fc52f7ea3248ad0c492abe02264943d5 (diff)
Merge pull request #1941 from nextcloud/bugfix/1765/sidebar-icons-are-over-the-scrollbar
Prevent sidebar and fullscreen icons from overlapping with the scrollbar (issue 1765)
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.scss b/css/style.scss
index 3a51f2c9e..4533e4e65 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -43,7 +43,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
-
+ margin-right: -10px;
flex-grow: 1;
}
@@ -346,7 +346,7 @@ input[type="password"] {
#app-sidebar-trigger {
background-color: transparent;
border: none;
- margin: 0;
+ margin: 0 10px 0 0;
width: 44px;
height: 44px;
}