Make the sidebar resizer pointer target larger and have it ignore non-primary pointer events

This commit is contained in:
Quincy Morgan
2020-06-30 16:52:18 -04:00
parent 404c960615
commit bf41736dc1
2 changed files with 4 additions and 2 deletions

View File

@@ -771,9 +771,9 @@ a.hide-toggle {
.sidebar-resizer {
position: absolute;
top: 0;
right: -6px;
right: -10px;
width: 10px;
height: 100%;
width: 6px;
cursor: col-resize;
/* disable drag-to-select */
user-select: none;