Make button margins consistent, and some other fixes

This commit is contained in:
2024-04-18 20:05:54 +02:00
parent 09528929b2
commit 46058edcc8
12 changed files with 67 additions and 35 deletions

View File

@@ -492,10 +492,10 @@ input[type="color"],
select {
display: inline-flex;
flex-direction: row;
gap: 0.25em;
border-radius: 6px;
margin: 2px;
background: var(--input_background);
gap: 3px;
padding: 3px;
overflow: hidden;
color: var(--input_text);