Beautiful Design App

10 Likes

This looks great Lucas!

One question: how did you get the top-banner to be a picture ā€œon topā€ or ā€œbehindā€ the Title picture?

2 Likes

2nd code in this topic

3 Likes

Wicked! Thank you!

2 Likes

Como le puso su foto alli

1 Like

Very cool!! Thanks for sharing

1 Like

Looking good

Screenshot 2021-06-14 at 13.54.00

I’m curious, is there a way to apply this CSS globally without having to add the same rich text component to every tab?

3 Likes

As far as I aware there isn’t one.

2 Likes

I really need this compact design Bob - care to share the trickery?

1 Like

The one with the button in the title?

1 Like

Yep

1 Like

I think this is the one (I’m away from my computer at the moment).

<pre><span><style>
[data-test="app-summary"] {
margin-top: -90px;
}

[data-test="glide-app-bar"] :nth-child(1) {
background: transparent !important;
}

[data-test="glide-app-bar"] >* {
    backdrop-filter: blur(0px);
    background:transparent;
    -webkit-backdrop-filter: blur(2px);
    }

#app-root div[opacity='1'] {
      color: transparent; 
    }

[data-test="app-summary"] >:nth-child(1) {
height: 150px !important;
}
6 Likes

That’s great help, tinkering with it now

The trick is to make a template column in the sheets you reference (or in your sheet named as the ā€˜User Profile’ as you can always reference these values (mostly) ) and put your CSS in the template.

1 Like

Yep, already doing this.

Just have to add the component to all pages and it doesn’t work on Non-Detail Views where it’s not possible to add components.

3 Likes

Edit: the client didnt keep with the app, but the design is still really cool!

12 Likes

Love this:
Screen Shot 2021-06-14 at 11.24.25 PM

2 Likes

Nothing special, but here’s an alternative design for the Choice Bar component

Screen Recording 2021-06-15 at 01.59.43 pm

Code:

[data-test="app-inline-picker"] .ips-inner {
background: #fff;
}

.bYahys {
color: rgb(0 0 0);
}

To edit the the active Choice

.dMZZie {
   box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
   color: #ffffff;
   background-color: #000000;
}

10 Likes

Thank you for sharing, this looks great. However the class name in the second one might vary from app to app.

4 Likes

Edited out :+1:

2 Likes