aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/resize-handle/style.css
blob: 0e18267abf3305d5a2a25fd0f6738795e3c7ab13 (plain)
1
2
3
4
5
6
7
8
9
10
.resize-handle{
	cursor: col-resize;
	grid-column: 2 / 3;
	min-width: 8px !important;
	max-width: 8px !important;
	height: 100%;
	border-left: 1px dashed var(--border-color-primary);
	user-select: none;
	margin-left: 8px;
}