mirror of
https://github.com/discourse/discourse.git
synced 2025-04-29 01:54:37 +08:00
UX: Use ns-resize
isntead of move
since we can only go vertically
This commit is contained in:
parent
18ffa6e98b
commit
cf25f634e7
@ -57,7 +57,7 @@
|
|||||||
.timeline-scroller {
|
.timeline-scroller {
|
||||||
@include unselectable;
|
@include unselectable;
|
||||||
margin-left: -0.18em;
|
margin-left: -0.18em;
|
||||||
cursor: move;
|
cursor: ns-resize;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user