Beautiful Design App

Gotcha,Thanks!

1 Like

You are a rockstar :sunglasses:

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.

Thanks for the tips and inspiration!

11 Likes

That’s awesomeeee

3 Likes

Amazing @kyleheney

2 Likes

That looks awesome!

2 Likes

I have noticed lagging when I use CSS for various designs. Is it the same case with others too?

2 Likes

Yes same for me. Images load a bit slower for sure.

2 Likes

Yep! In some cases.

Yea! Also here, unfortunately

Can confirm same case here, especially when I load a huge image for background.

2 Likes

Hi Lucas, sorry for the delay, I was busy ,

Look at this:

"for USER’S Picture and USER’S Name)"

image

"for Background"

image

I hope I was helpful :wink:

7 Likes

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?

6 Likes

OMG!! Thanks!! I can make a light themed and dark themed option now!! Thank you!!

2 Likes

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
}
32 Likes

Ahh this is a sick idea! Thanks for sharing as always.

3 Likes

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.

9 Likes

Do let us know if you need help!

1 Like