web/FileReceiver: reduce padding, fix scaling

This commit is contained in:
wukko 2024-08-14 13:07:34 +06:00
parent 70a8c53cba
commit 5ce4ef8366
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: 32px; padding: 28px 26px;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
} }
@ -145,7 +145,9 @@
.open-file-text { .open-file-text {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
gap: 8px; gap: 8px;
max-width: 300px;
} }
.open-title { .open-title {