Closed nondotxyz closed 2 years ago
Looks like the text is just very very tiny. Go to about:preferences and check your default font size.
My default font size is at 16 which iirc is the default font size, changing it to a different font size doesn't fix it either.
Weird.
Try opening the web inspector on the popup: https://extensionworkshop.com/documentation/develop/debugging/#debugging-popups There, find the first text element and look at the Computed tab to see how the font size is calculated:
Do you use a custom userChrome.css, or have any other unusual modifications?
The HTML document is blank with only one h1 tag and some errors that go along with them. I assume that the extension failed to open the page.
EDIT : I am a dumbass, sorry. the page did load but i can't really inspect the element since the page dissappears right after I clicked on one of the element on devtools.
In the "Debugging popups" documentation you can see this:
The font size is strangely at 1.3px on the computed tab while on the rules tab, it is 1.3rem. Not sure what's the problem here.
The problem is that the base from which relative units are calculated is for some reason very very tiny. No one else has reported such a problem so far, so looks like something is unusual in your setup. Again, do you have any customized stylesheets in Firefox?
I don't have any customize stylesheets applied nor did I have any themes installed. I'm still using the default white theme from Firefox, nothing else.
I still have no idea what the hell gone wrong but I have switched to linux a couple months ago and it seems to be alright. really hated the idea of an inactive open issue so I'm just gonna close it for my OCD sake xd
Thank you for the amazing extensions!
I am using Firefox (88.0.1) and recently installed the extension from the official page because of my volume problem but the UI is missing within the extension, I really thought this was intentional but it apparently wasn't.
The core function of the extension still works but the UI Design is not visible to me. Please fix this or we can elaborate more further if the information provided is not enough.
Thank you!