feat: allow dragging feature dialog
This commit is contained in:
+9
-2
@@ -335,7 +335,7 @@ button:disabled {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: rgba(31, 42, 46, 0.35);
|
||||
backdrop-filter: blur(3px);
|
||||
backdrop-filter: blur(1px);
|
||||
}
|
||||
|
||||
.feature-modal-dialog {
|
||||
@@ -345,8 +345,15 @@ button:disabled {
|
||||
border: 1px solid var(--panel-border);
|
||||
border-radius: 24px;
|
||||
background: var(--panel);
|
||||
backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(3px);
|
||||
box-shadow: var(--shadow);
|
||||
cursor: grab;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.feature-modal-dialog.is-dragging {
|
||||
cursor: grabbing;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.feature-modal-close {
|
||||
|
||||
Reference in New Issue
Block a user