fix(firefox): update gx version and fix url font-size

This commit is contained in:
matt1432 2024-05-16 09:53:26 -04:00
parent 550870728f
commit e3dc44a511
3 changed files with 10 additions and 5 deletions
home/firefox

View file

@ -11,6 +11,11 @@
--uc-vertical-toolbar-width: 46px !important;
}
/* Fix url font-size */
#urlbar-input {
font-size: large !important;
}
/* Fix left side of tabs going past what it should */
scrollbox {
margin-left: 5px;