feva
feva
WWindmill
Created by feva on 12/2/2024 in #help
can't make mobile styles work
had to do the most ugly thing for now, asked Claude to create a bunch of media queries in increments of 5px
@media (max-width: 345px) {
#app-content {
width: 340px !important;
}
}
@media (max-width: 340px) {
#app-content {
width: 335px !important;
}
}
@media (max-width: 345px) {
#app-content {
width: 340px !important;
}
}
@media (max-width: 340px) {
#app-content {
width: 335px !important;
}
}
that solves it for now
10 replies
WWindmill
Created by feva on 12/2/2024 in #help
can't make mobile styles work
thanks for checking though
10 replies
WWindmill
Created by feva on 12/2/2024 in #help
can't make mobile styles work
ouch, then ... the global css can't make it work
10 replies
WWindmill
Created by feva on 12/2/2024 in #help
can't make mobile styles work
just trying to work on devices between 320 and 420 pixels
10 replies
WWindmill
Created by feva on 12/2/2024 in #help
can't make mobile styles work
@rubenf I'm trying to embed it as an iframe in a web builder but somehow the min-width is messing with me
10 replies
WWindmill
Created by feva on 12/2/2024 in #help
can't make mobile styles work
totally lost as to what to change, I've already overwritten all the min-width styles
10 replies