Left Column: Enlarge resize handle width (#1618)
This commit is contained in:
parent
0fc3d6e36b
commit
616682b4af
@ -84,9 +84,9 @@ body.cursor-ew-resize {
|
|||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: -.1875rem;
|
right: -.25rem;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: .1875rem;
|
width: .25rem;
|
||||||
z-index: var(--z-resize-handle);
|
z-index: var(--z-resize-handle);
|
||||||
cursor: ew-resize;
|
cursor: ew-resize;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user