Skip to content
Discussion options

You must be logged in to vote

Ok, there seems to be a maximum width defined by Quasar:

@media (min-width: 600px) {
    .q-dialog__inner--minimized>div {
        max-width: 560px;
    }
}

We can reset it forcefully like this:

with ui.dialog(value=True), ui.card().classes('w-[1000px] h-[700px] !max-w-full'):
    ui.label('Hello, world!')

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@v479038280
Comment options

@falkoschindler
Comment options

Answer selected by v479038280
@zhangguolin333
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants