fix dialog heights

This commit is contained in:
schlagmichdoch 2023-02-24 16:53:13 +01:00
parent 0eb13d9d1b
commit 74b88c2e7d
2 changed files with 6 additions and 0 deletions

View file

@ -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;

View file

@ -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;