mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/FileReceiver: reduce padding, fix scaling
This commit is contained in:
parent
70a8c53cba
commit
5ce4ef8366
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue