fix dialog heights

This commit is contained in:
schlagmichdoch 2023-02-24 16:53:13 +01:00
parent 5bff933b6e
commit 591c76c15a
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;