diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-28 19:38:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 19:38:03 +0100 |
commit | 3ea7fa19d5edbaac5cce13180dd8f695caa72c4b (patch) | |
tree | 8cb17cbeeb4c7efddbc1d6a592bb5eaedf4797c1 /core | |
parent | 422f48e3aaa2a3107f743951c4972b0d87e64597 (diff) | |
parent | 27466313c064a50c91a266f99cc8675bae5efc01 (diff) | |
download | nextcloud-server-3ea7fa19d5edbaac5cce13180dd8f695caa72c4b.tar.gz nextcloud-server-3ea7fa19d5edbaac5cce13180dd8f695caa72c4b.zip |
Merge pull request #12698 from nextcloud/6275-fix-sidebar-width
I changed the width of the srollbar to make it a bit bigger
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index da270893e66..66addec7c91 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -146,7 +146,7 @@ body { /* SCROLLING */ ::-webkit-scrollbar { - width: 5px; + width: 9px; height: 5px; } |