Replies: 2 comments 1 reply
-
I checked the todomvc example and that looks good when build to WASM, but when built for Linux desktop the layout is completely broken. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is how the newly generated app looks like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just started again with Dioxus after I experimented a bit a long time ago.
I run a few examples and wondered why everything is so tiny.
After I started my own project with the jumpstart template I investigated the DOM and found a few size values that seemed off like the size of the
<html>
element of-157248 x -27292.5
.Manually setting styles like font-size, element size or padding don't show any effect.
The Network and Sources tabs show all loaded style files and their content seems fine.
A few styles like flex and color seem to work though.
dioxus 0.6.3
NixOS latest
Installed packages
Any idea what could cause this?
Beta Was this translation helpful? Give feedback.
All reactions