Skip to content

Commit dd42a13

Browse files
author
Benedikt Artelt
committed
Increase the size of the resizing edges
1 parent adb9e57 commit dd42a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/editor.css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#resizerHorizontal {
3737
position: relative;
3838
background: rgb(215, 215, 215);
39-
width: 2px;
39+
width: 4px;
4040
display: inline-block;
4141
cursor: col-resize;
4242
padding: 0;
@@ -45,7 +45,7 @@
4545
#resizerVertical {
4646
position: relative;
4747
background: rgb(215, 215, 215);
48-
height: 2px;
48+
height: 4px;
4949
cursor: row-resize;
5050
margin-bottom: 4px;
5151
}

0 commit comments

Comments
 (0)