Give text input more padding

This commit is contained in:
Gabe Kangas
2023-01-28 19:10:12 -08:00
parent cd25a2c7ce
commit 84aff441a2

View File

@@ -6,7 +6,7 @@
bottom: 0px;
width: 100%;
padding: 4px 0.1vw;
padding: 0.6em;
overflow-x: hidden;
background-color: var(--theme-color-components-chat-background);
@@ -23,7 +23,6 @@
transition: box-shadow 90ms ease-in-out;
&:focus-within {
background-color: var(--theme-color-components-form-field-background);
// outline: 1px solid var(--theme-color-components-form-field-border);
box-shadow: inset 0px 0px 2px 2px var(--theme-color-palette-3);
}
}