1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-04-29 02:54:04 -04:00

Fix the height of file inputs

This commit is contained in:
User 2018-05-29 21:44:45 +02:00
parent 890312a0dc
commit 32d7646db1

@ -121,6 +121,7 @@
input[type=file] {
padding: 5px;
height: auto;
}
.banner {