mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
fix(app): cursor on resize (#10293)
This commit is contained in:
parent
f7a4cdcd32
commit
caecc7911d
@ -19,7 +19,7 @@
|
||||
inset-inline-end: 0;
|
||||
width: 8px;
|
||||
transform: translateX(50%);
|
||||
cursor: ew-resize;
|
||||
cursor: col-resize;
|
||||
|
||||
&::after {
|
||||
width: 3px;
|
||||
@ -34,7 +34,7 @@
|
||||
inset-block-start: 0;
|
||||
height: 8px;
|
||||
transform: translateY(-50%);
|
||||
cursor: ns-resize;
|
||||
cursor: row-resize;
|
||||
|
||||
&::after {
|
||||
height: 3px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user