.resizer{position:absolute;right:0;top:0;height:100%;width:2px;background:var(--primary-disabled);cursor:col-resize;user-select:none;touch-action:none}.resizer.isResizing{background:var(--primary);opacity:1}@media (hover:hover){.resizer{opacity:0}:hover>.resizer{opacity:1}}