Left Column: Enlarge resize handle width (#1618)

This commit is contained in:
Alexander Zinchuk 2022-01-05 17:45:33 +01:00
parent 0fc3d6e36b
commit 616682b4af

View File

@ -84,9 +84,9 @@ body.cursor-ew-resize {
display: none;
position: absolute;
top: 0;
right: -.1875rem;
right: -.25rem;
bottom: 0;
width: .1875rem;
width: .25rem;
z-index: var(--z-resize-handle);
cursor: ew-resize;