How do I change the menu size in firefox on Linux machine as it is so big unlike on Windows?
i am using firefox on a Linux debian based distro, I am facing difficulties changing the size of the menu e.g width, height and font. I have tried to play with the about:conf > layout.css.devPixelsPerPx value but that did not change a lot for the menu size. so please tell how can I fix this (I am trying to make it smaller) note it is same case when I use firefox-esr for linux as well.
Ausgewählte Lösung
I think this thread has a detailed answer to your problem https://superuser.com/questions/1332765/how-do-i-increase-the-font-size-of-menus-tabs-and-other-user-interface-element
Diese Antwort im Kontext lesen 👍 0Alle Antworten (2)
Ausgewählte Lösung
I think this thread has a detailed answer to your problem https://superuser.com/questions/1332765/how-do-i-increase-the-font-size-of-menus-tabs-and-other-user-interface-element
I cannot thank you enough, yes finally I managed to fix the issue by creating a css file in the Firefox profile folder and adding css code that changes the font size for the whole Firefox application on Linux and here is the code I added below: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- {
font-size: 9pt !important }
Note:the default was 16pt and for the best one was 9 so it depends and if anyone sees this follow the solution provided by orionnebula141 and hopefully it will get resolved as mine.
problem resolved for me Thanks again