Godiesc / firefox-gx

Opera GX Skin for Firefox
Mozilla Public License 2.0
794 stars 40 forks source link

the address bar font size being smaller and whatsapp extension bugged in firefox gx version 127 in linux mint if that matters #171

Closed Midnight0507 closed 2 months ago

Midnight0507 commented 2 months ago

whatsapp issue in linux

Godiesc commented 2 months ago

hi, the address bar font is smaller horizontal, I do it intentionally, if you want to revert that you can add this code in chrome/components/ogx_tricks.css file:

/* Urlbar font size */

.urlbar-input-box{
    font-size: inherit !important;
}

the issue in whatsapp extension maybe is caused for whatsapp updated its UI, I updated the extension to olve that so be sure to update your extension in about:addons, and open the whatsapp web page one time in a tab to update the page UI.