fix dialog heights
This commit is contained in:
parent
0eb13d9d1b
commit
74b88c2e7d
2 changed files with 6 additions and 0 deletions
|
@ -423,6 +423,9 @@ x-dialog x-paper {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition: transform 300ms;
|
transition: transform 300ms;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pairDeviceDialog x-paper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: max(50%, 350px);
|
top: max(50%, 350px);
|
||||||
height: 650px;
|
height: 650px;
|
||||||
|
|
|
@ -432,6 +432,9 @@ x-dialog x-paper {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition: transform 300ms;
|
transition: transform 300ms;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pairDeviceDialog x-paper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: max(50%, 350px);
|
top: max(50%, 350px);
|
||||||
height: 650px;
|
height: 650px;
|
||||||
|
|
Loading…
Reference in a new issue