summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-07-24 11:31:50 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-07-24 11:44:24 -0500
commita7572ee70e3bda02880efa48f313a2d0ac71ee67 (patch)
treef8d724ee95bf9e69b2b5a44d9a687378a407ed19
parent068768e1f8b64f7de4fe18b094e7f2e7555c9398 (diff)
downloadgitlab-ce-a7572ee70e3bda02880efa48f313a2d0ac71ee67.tar.gz
Resize drag handle for Web IDE
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
-rw-r--r--changelogs/unreleased/48055-web-ide-resize-handles.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 8b1227b9131..d8545882647 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -785,7 +785,7 @@
position: absolute;
top: 0;
bottom: 0;
- width: 1px;
+ width: 4px;
background-color: $white-dark;
&.dragright {
diff --git a/changelogs/unreleased/48055-web-ide-resize-handles.yml b/changelogs/unreleased/48055-web-ide-resize-handles.yml
new file mode 100644
index 00000000000..0f650cdda6f
--- /dev/null
+++ b/changelogs/unreleased/48055-web-ide-resize-handles.yml
@@ -0,0 +1,5 @@
+---
+title: Increase width of Web IDE sidebar resize handles
+merge_request: 20818
+author:
+type: fixed