mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 16:33:03 +01:00
Fix the height of file inputs
This commit is contained in:
parent
890312a0dc
commit
32d7646db1
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@
|
|||
|
||||
input[type=file] {
|
||||
padding: 5px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.banner {
|
||||
|
|
|
|||
Loading…
Reference in a new issue