fix(firefox): update gx version and fix url font-size
All checks were successful
Discord / discord commits (push) Has been skipped

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

View file

@ -170,16 +170,16 @@
"firefox-gx-src": {
"flake": false,
"locked": {
"lastModified": 1708376786,
"narHash": "sha256-xECzIpSr923mlUc5Pk/y0d2BrXVECow2NaL4p79i+/U=",
"lastModified": 1712858061,
"narHash": "sha256-O0ggIMU3FmrkYoTLgHUPmzMr9n1B1UdppHYAS/S2Anc=",
"owner": "Godiesc",
"repo": "firefox-gx",
"rev": "fd5d51fc9986e854093ff162237281d2fd067e53",
"rev": "1f6239d8d2ba1226b3736640e65dbbca442472bb",
"type": "github"
},
"original": {
"owner": "Godiesc",
"ref": "v.9.0",
"ref": "v.9.1",
"repo": "firefox-gx",
"type": "github"
}

View file

@ -531,7 +531,7 @@
type = "github";
owner = "Godiesc";
repo = "firefox-gx";
ref = "v.9.0";
ref = "v.9.1";
flake = false;
};

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;