-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Adding component styling to Copilot #37
Comments
Thanks for submitting that issue, we were also thinking about adding new Properties-like panel with more options. |
Did you notice the overlay when selecting an element? It contains some of the settings but is still missing a few like width/height + flex-grow etc |
Yepp i noticed the overlay, but the most important once are missing like flex, wrap etc. It would make life soooooo much easier when designing a responsive webapp! |
You should try the latest 24.6 beta, it has more sizing controls |
The most impotant thing i miss is about mobile/responsivness. Setting a horizonatl to flex for example. Then you could enter responsive mode and play with the settings until it fits your needs an all screen sizes. |
How do you imagine it working? Like
or something else? |
That would be kings solution! But i think that would be hard to develop. Copilot then must create different css depending on the screen size. For me personally it would be enough if there would be a way to make components flex so that they are shown in a column on smaller screens or in rows on wider screens. If you are into CSS, than its easy but if you doesnt create views so much, its hard to remember how you did last time. Then you need to re-learn how to get it responsive. If you could do this visually, would be absolute crazy! |
Would be awesome if we could style elements like adding display:flex, flex-wrap, aligments and so on like in the "older" designer.
Special focus on responsive web design would be awesome
The text was updated successfully, but these errors were encountered: