diff options
| author | Fuwn <[email protected]> | 2024-05-04 20:30:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-04 20:30:04 -0700 |
| commit | 93a97096d2057f1942b6af4b07336e5279d07c8c (patch) | |
| tree | 15034b49defcb8735d3a45a37141cf763f4a969c /src/styles | |
| parent | feat(user): pinned category ui (diff) | |
| download | due.moe-93a97096d2057f1942b6af4b07336e5279d07c8c.tar.xz due.moe-93a97096d2057f1942b6af4b07336e5279d07c8c.zip | |
fix(input.css): input y alignment
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/input.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/styles/input.css b/src/styles/input.css index df6603c2..9c391c59 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -10,7 +10,6 @@ textarea { padding: 0.25em; border: none; border-radius: 4px; - transform: translateY(0.175em); place-content: center; transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out; /* box-shadow: 0 4px 30px var(--base01); */ @@ -50,7 +49,6 @@ button { } select { - transform: translateY(0em); margin-top: 0.25em; margin-bottom: 0.25em; padding: 0.25em 0.5em; @@ -151,10 +149,6 @@ button:disabled:active { padding: 0.125em 0.575em; } -.button-lined { - transform: translateY(0.175em); -} - .button-action { background-color: var(--base0E); } |