Increase v2 resizer hit area.

This commit is contained in:
Paulo Reis 2017-11-30 17:00:42 +00:00
parent ce3e410250
commit cd6b51a1f6

View file

@ -284,7 +284,19 @@
}
.ui-layout-resizer when (@is-overleaf = true) {
background-color: @editor-resizer-bg-color;
@extra-hit-area: 8px;
margin-left: -(@extra-hit-area) !important;
margin-right: -(@extra-hit-area - 1px) !important;
padding-left: @extra-hit-area !important;
padding-right: @extra-hit-area !important;
box-sizing: content-box;
background-image: linear-gradient(90deg,
transparent,
transparent (@extra-hit-area - 1px),
@editor-resizer-bg-color (@extra-hit-area - 1px),
@editor-resizer-bg-color (@extra-hit-area + 1px),
transparent (@extra-hit-area + 1px),
transparent);
// .ui-layout-toggler {
// color: #999;