#Squared

1 messages ยท Page 1 of 1 (latest)

twilit elbow
chilly nova
#

Discord Minecraft edition

twilit elbow
#

Shows the correct status for me, can you check with the snippet off as well?

twilit elbow
#

Huh, that's very odd. It doesn't happen on my end. Are you using any plugins that does anything to the status indicator?

knotty bison
#

didn't really work for me
this did however. I don't really get why you had to lowkey overcompliate things....

* { border-radius: 0 !important; }
twilit elbow
# knotty bison didn't really work for me this did however. I don't really get why you had to lo...

I wrote this as a reusable module for theme devs who want to make a theme that primarily has square corners. So there's a few things I'm taking into account that may or may not be relevant to you:

  • * is performance heavy compared to specific selectors.
  • !important would override any later changes to border-radius that the theme might want to have.
  • The snippet also addresses SVGs and masked objects, in addition to border-radius.

If none of the above apply to you (ie. you have a great computer and want to force square corners over what other themes have set), then your way does indeed work best.

knotty bison
#

ahhh I see ^^

knotty bison
#

oh discord is much snappier now heh

chilly nova
#

css optimisations??

twilit elbow
#

If not using the nuclear option counts as optimisation ๐Ÿค”

twilit elbow