Bug?: The font size of Meta line in inline list is suddenly bigger than the title?

Hello…

I don’t use CSS or anything, just the standard text but suddenly the display of my inline list has changed so that the text/font size for the META line is suddenly larger than the TITLE line.

Previously, the META text would appear in all caps, smaller and i believe a different font style than the TITLE. It is now larger and I don’t know why that is or how to fix it!

This is what it looks like at the moment… any ideas?

Screenshot 2024-05-22 at 4.53.04 PM

1 Like

I had this issue yesterday after an “update” on Glide. It is not larger in other places, just seems to be on lists. Looks awkward.

1 Like

@NoCodeAndy Can you check this and report to the team? Thank you.

3 Likes

This actually worked out as a plus for us since we use the list collection as an Agenda and the times stand out much better at the slightly larger size. But I can see how it might impact longer text.

2 Likes

I prefer the classic model called inline-list where there are more fields allowing us to use options that suit our needs.

3 Likes

Yes, I noticed the change and it looks terrible. Can we please revert back!

1 Like

For the time being, you can use the following code for those who have custom CSS

.meta-text .regular-text > p:nth-child(1) {
font-size: 0.75rem;
}
1 Like

Flagged this for the team. Thanks for tagging me in @ThinhDinh!

5 Likes

Glide Dev Team, let’s at least keep things consistent. The size of the highlighted META text was reduced back to a smaller font but now it’s NOT bold like everywhere else and almost non-visible on our list styled collection components.

@NoCodeAndy Can we at least have it bolded again the way it was in the original Glide design guidelines so that it stands out?

Please correct this once more. It may seem like a small change request but has a HUGE visual usability impact on our live production apps. Thank you.

META text should be bolded on the collection list view (so you don’t have to squint to read)…

Just like it is when you view the items detail view…

5 Likes

@NoCodeAndy I just wanted to make sure that you didn’t miss the second request on this issue about ensuring that the Collection Component - List Styled View META is “BOLDED” like it was originally. The font size has been corrected but the non-bolded META still is too small to be visibly seen on mobile phones. Our clients have noticed the change and are beginning to inquire.

This occurred during one of the last updates when the META font became too large and when it was corrected, the BOLDING was removed I suspect by accident. Could you ensure the Glide Dev Team is aware of this still pending issue? Thanks for all that you do! :slightly_smiling_face:

Here is an iPhone screenshot of what I mean. It may appear ledgible on you PC or laptop but on the actual phone, it’s super small and the highlighted META text (event times in our case) is not bolded (almost non-visible). Once you open one of the list items, the bolding is in place for META text. This is the ONLY instance of non-bolded META text in Glide.

2 Likes

@tristan Tagging for visibility, thank you for checking.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.