Harmonize transition durations
All checks were successful
Deploy Spot / deploy (push) Successful in 37s
All checks were successful
Deploy Spot / deploy (push) Successful in 37s
This commit is contained in:
@@ -55,7 +55,7 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
|
||||
user-select: none;
|
||||
width: #{$panel-width};
|
||||
max-width: calc(#{$panel-width-max});
|
||||
transition: transform 0.5s;
|
||||
transition: transform var.$trans-slow;
|
||||
|
||||
&.moving {
|
||||
cursor: grabbing;
|
||||
|
||||
Reference in New Issue
Block a user