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:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-07-02 12:47:14 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-02 15:23:29 +0300
commit05968824fc52f7ea3248ad0c492abe02264943d5 (patch)
tree5ee82821968669d883ddf02f53da6362dded5f03 /css
parent92cceab73f84e3eeaab9f7176284c86e0ba75a6c (diff)
Prevent sidebar and fullscreen icons from overlapping with the scrollbar
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
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 c75cb4c7c..8bc4fdb13 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;
}