web/FileReceiver: reduce padding, fix scaling
Some checks are pending
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run

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;
flex-direction: column;
gap: 8px;
padding: 32px;
padding: 28px 26px;
transition: box-shadow 0.2s;
}
@ -145,7 +145,9 @@
.open-file-text {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
max-width: 300px;
}
.open-title {