I’ve been starting to look into CSS usage in Glide and how we can better serve you. I would love if y’all could help me with this task by doing a few things.
Give me a description of what you are using CSS for.
Give me some before and after screenshots of what your CSS does. If it adds motion an movie would be amazing.
If you are open to it, include your CSS snippet as an inline code block.
Keep it short! I want to gather a large gallery and it will really really help me actually understand and better service everyones need if everyone really tries to keep things on topic and pithy.
@Lucas_Pires and me have a library of codes on Notion. If Lucas hasn’t sent it over by morning my time I will include it here. Thank you for taking the time to look into this!
Oh man… this would be awesome if we could use CSS the right way. Super exciting to hear that its being looked at!
I use CSS mainly to style buttons, implement full background images, change the color of fonts, change padding/margins. In addition, I give users the ability to modify their color choices for their buttons and background opacity.
please post codes with proper targeting, so it will work on any device and OS, people are using them without releasing, that is not working for users on deferent devices than yours.
At the moment I really just need a large sampling of what people are using. I need the visuals and the code. I want to see what yall are doing, try to figure out how I can make it less prone to insane breakages, and provide better functionality, etc.
<span/>
<style> /* Replace # for the number of the component in the screen */
div[id*='screenScrollView'] > div > div:nth-of-type(#) {
[here I set what I wanna change]
}
Nav bar, Background image, Moving up some components..
Personally I use CSS to supplement or create objects that I need (or at the request of some Glide users).
Here are my few observations (with my small level in CSS):
it is quite difficult to make a “responsive” CSS (rwd?!) for the 3 screens: phone, tablet, desktop
I also often have surprises between rendering under the editor, desktop or on the mobile, probably a lack of knowledge on my part on the problems of cross-platform PWA.
It would be nice to publish a guide to good or bad practices (so as not to disrupt the entire application).
Finally The Most Important (for me): As now we can name the components, is it possible to have class or id names in relation to the names. it would then be easy to identify.