dialog wip

This commit is contained in:
2024-08-15 22:11:26 +03:00
parent 113533408d
commit 2429d4acb5
19 changed files with 364 additions and 112 deletions
+7 -1
View File
@@ -21,11 +21,17 @@
align-items: center;
gap: 10px;
font-size: 14px;
position: relative;
z-index: 20;
padding: 10px;
border-radius: 12px;
background: var(--background);
filter: brightness(90%);
}
.editor-field {
background: var(--background);
filter: brightness(98%);
filter: brightness(97%);
padding: 18px;
border-radius: 12px;
margin: 6px 0;