Gotcha,Thanks!
You are a rockstar
Hi! how cute these designs! I would like to apply them to my app, how could I?
That’s CSS at the top and bottom I thinlk.
That’s awesomeeee
Amazing @kyleheney
That looks awesome!
I have noticed lagging when I use CSS for various designs. Is it the same case with others too?
Yes same for me. Images load a bit slower for sure.
Yep! In some cases.
Yea! Also here, unfortunately
Can confirm same case here, especially when I load a huge image for background.
Hi Lucas, sorry for the delay, I was busy ,
Look at this:
"for USER’S Picture and USER’S Name)"
"for Background"
I hope I was helpful
Perhaps we can add this request to the Glide team, even if only for PRO apps, because it allows us to better customize our APPs by making UX very close to native apps.
What do you think about?
OMG!! Thanks!! I can make a light themed and dark themed option now!! Thank you!!
Using CSS to overlay transparent gradient over an inline list (limit 4 items, action > none) to show that it’s only available upon subscribing:
<pre><span><style>
/*Hide 'See All', overlay white gradient on top of list style inline list, visibility condition on this rich text box to remove the CSS upon subscription*/
[data-test="app-vertical-list"] {
content: '';
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(2,0,36,0) 60%);
}
[aria-label="grid"] {
z-index: -1;
}
.jFoAqX {
display:none
}
Ahh this is a sick idea! Thanks for sharing as always.
I was thinking that I Knew how to use Glide. I was wrong. Guys you’re unbelievable.
I’m going to watch some YouTube videos to learn how to custom my app right now.
Do let us know if you need help!