This is my first Glide app so it’s my first published app. I got dragged a little into the CSS-realm to stylise my app a little (And I know it’s not officially supported), but now some of this customisation seems to not work on my phone.
The main bit is have quite alot of stylised choice components set to chips - centred and then give them all an equal width - using the following css:
<pre><span><style>
.hyLuov {
margin: auto !important;
}
.epQbSL .size-item {
width: 50px;
text-align: center !important;
}
I suspect it has to do with classnames as they look alittle dodgy, but it was what I found when inspecting the elements