mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Fix x-paper width (fixed #233)
This commit is contained in:
parent
229084fab3
commit
48090ec41c
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ x-dialog x-paper {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue