mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/FileReceiver: reduce padding
This commit is contained in:
parent
3295afdaae
commit
e59b7fd375
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
position: relative;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
padding: 28px 26px;
|
||||
padding: 28px 32px;
|
||||
transition: box-shadow 0.2s;
|
||||
}
|
||||
|
||||
|
@ -162,5 +162,6 @@
|
|||
.accept-list {
|
||||
max-width: 250px;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue