Profile: support wide page

This commit is contained in:
thislight 2024-11-23 16:10:48 +08:00
parent bb3ba32dc5
commit 66d0bc8d84
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
3 changed files with 347 additions and 302 deletions
src/platform

View file

@ -1,9 +1,10 @@
.StackedPage {
contain: layout style;
container: StackedPage / size;
display: contents;
max-width: 100vw;
max-width: 100dvw;
contain: strict;
container: StackedPage / inline-size;
width: 100vw;
width: 100dvw;
height: 100vh;
height: 100dvh;
}
dialog.StackedPage {