Activities button now appears huge
this button breaks every time i blink it was perfectly fine this morning
Any option to remove it entirely?
Edit: Well that explains it, I had old CSS to remove it, but like usual Discord keeps changing things, so it no longer works.
Found updated code on the discord server:
.app-launcher-entrypoint{
display: none !important;
}
I found a fix, but I have no idea how to implement it into a css file.
The problem appears to be that the style for the svg is setting the size via a percentage rather than 40x32 like all the other buttons. Manually changing the width and height to 40px and 32px respectively in the svg's style property will fix it.
The problem though with me wanting to do something like a pull request is that I have no idea now to actually tell the external CSS to edit the values in the svg's style. It has no class or id, and I couldn't find anything online that did a good job. I'm sure someone smarter than me can figure out a solution, especially since discord keeps logging me out randomly when editing CSS in inspect element.
fixed with 46488a3f88655d148232e31417b20832e8306abb why hasn't discord removed these helpful classes yet they're too helpful