Add a transition on panel closing (swipe close)

This commit is contained in:
2022-09-27 17:23:21 +02:00
parent 303f903120
commit 559188413e
5 changed files with 39 additions and 13 deletions

View File

@@ -372,9 +372,11 @@ $legend-color: $post-color;
overflow: hidden;
z-index: 999;
cursor: grab;
user-select: none;
&.moving {
cursor: grabbing;
transition: none;
}
input, textarea {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long