Skip to content

Howto expand ui on full space of view (in code)? #3619

Answered by Yogesh-DevHub
Alexdnk asked this question in Q&A
Discussion options

You must be logged in to vote

in css folder -> style.css add this at the end
@media (min-width: 1536px) {
.app.svelte-1kyws56.svelte-1kyws56 {
/* max-width: 1536px; */
max-width: 100%;
}
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Alexdnk
Comment options

Answer selected by Alexdnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants