Is there a way to get my action row buttons to have labels on mobile?
I can add an icon, or I can remove the icon and display a title.
However, I want to have both.
Icon + title only display on a wider screen.
Help needed
How do I get them both to display on mobile?
Or is that not possible?
It’s there. They just hide it.
button[class*="icon-only miniTiles"] div[class*="wire-button___StyledDiv"] {
position: relative;
width: 40px;
height: auto;
}
3 Likes
Amazing. You’re the boss of CSS. I’ve written HTML, CSS for decades, but have never bothered adding it to a Glide app before.
Looks like I have a reason to now.
To get CSS, do you just inspect app in a browser? Or is there a reference?
2 Likes
Yeah, inspecting is the way to go.
You can also visit the public community library here, which me, @tuzin , @Lucas_Pires and @Eric_Penn are maintaining.
Hello everyone,
In light of Glide allowing CSS to be used on all paid plans in latest pricing announcements, I thought it’s a good time to create a library of CSS so we can help each other make our apps beautiful.
The Notion library for the same purpose was a huge success back then. I plan to bring over many of those to this library in the coming weeks.
For our completely public library, we have these features:
Library: Include all items that have been approved by admins to show to the p…
4 Likes
system
Closed
May 22, 2024, 1:41am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.