web/FileReceiver: reduce padding

This commit is contained in:
wukko 2024-08-28 15:06:00 +06:00
parent 3295afdaae
commit e59b7fd375
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -68,7 +68,7 @@
position: relative; position: relative;
flex-direction: column; flex-direction: column;
gap: 8px; gap: 8px;
padding: 28px 26px; padding: 28px 32px;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
} }
@ -162,5 +162,6 @@
.accept-list { .accept-list {
max-width: 250px; max-width: 250px;
font-size: 14px; font-size: 14px;
padding: 0;
} }
</style> </style>