-
- Downloads
Avoid using uppercase text-transform (#12684)
One user suggested that the loading indicator should not be written ALL CAPS, at first it was thought this change is very minor, but then a few other people asked agreed on the same thing - variant without caps looks better. It may be related that it is harder to read or just looks too "catchy". Moreover, I asked @rf@mastodonsocial.ru community what they think of that and 82% of 22 people agreed on this change. This commit removes all usage of text-transform: uppercase, where the font size specified, it changes the value by one pixel larger, so we still keeping the "designed" size of the labels but without using CAPS.
Showing
- app/javascript/styles/mastodon/_mixins.scss 1 addition, 2 deletionsapp/javascript/styles/mastodon/_mixins.scss
- app/javascript/styles/mastodon/about.scss 1 addition, 2 deletionsapp/javascript/styles/mastodon/about.scss
- app/javascript/styles/mastodon/accounts.scss 0 additions, 1 deletionapp/javascript/styles/mastodon/accounts.scss
- app/javascript/styles/mastodon/admin.scss 3 additions, 7 deletionsapp/javascript/styles/mastodon/admin.scss
- app/javascript/styles/mastodon/components.scss 9 additions, 18 deletionsapp/javascript/styles/mastodon/components.scss
- app/javascript/styles/mastodon/footer.scss 0 additions, 1 deletionapp/javascript/styles/mastodon/footer.scss
- app/javascript/styles/mastodon/forms.scss 0 additions, 2 deletionsapp/javascript/styles/mastodon/forms.scss
- app/javascript/styles/mastodon/widgets.scss 2 additions, 5 deletionsapp/javascript/styles/mastodon/widgets.scss
Loading
Please register or sign in to comment