diff options
| author | Fuwn <[email protected]> | 2024-05-05 19:23:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-05 19:23:00 -0700 |
| commit | 8ca49eefbd2a4e7a84406d1eba366dc792983d07 (patch) | |
| tree | a750948e254857334414c8de42af12b2ca841899 /src/lib/List | |
| parent | fix(input.css): input y alignment (diff) | |
| download | due.moe-8ca49eefbd2a4e7a84406d1eba366dc792983d07.tar.xz due.moe-8ca49eefbd2a4e7a84406d1eba366dc792983d07.zip | |
fix(list): increment button style
Diffstat (limited to 'src/lib/List')
| -rw-r--r-- | src/lib/List/covers.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/List/covers.css b/src/lib/List/covers.css index e4dcd234..7038ffbf 100644 --- a/src/lib/List/covers.css +++ b/src/lib/List/covers.css @@ -60,3 +60,9 @@ align-items: center; border-radius: 8px; } + +button { + margin-top: unset; + vertical-align: unset; + height: unset; +} |