web/FileReceiver: reduce padding & gaps
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service 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

This commit is contained in:
wukko 2024-11-02 17:40:32 +06:00
parent e2b4141fc7
commit d4b8400146
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -65,8 +65,8 @@
.open-file-button { .open-file-button {
position: relative; position: relative;
flex-direction: column; flex-direction: column;
gap: 8px; gap: 4px;
padding: 28px 32px; padding: 26px 28px;
transition: box-shadow 0.2s; transition: box-shadow 0.2s;
} }
@ -149,7 +149,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 8px; gap: 6px;
max-width: 300px; max-width: 300px;
} }