web/FileReceiver: reduce padding & gaps
This commit is contained in:
parent
e2b4141fc7
commit
d4b8400146
1 changed files with 3 additions and 3 deletions
|
@ -65,8 +65,8 @@
|
|||
.open-file-button {
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
padding: 28px 32px;
|
||||
gap: 4px;
|
||||
padding: 26px 28px;
|
||||
transition: box-shadow 0.2s;
|
||||
}
|
||||
|
||||
|
@ -149,7 +149,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
gap: 6px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue