From e3dc44a5110161f959ae3b6c40029339064658db Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 16 May 2024 09:53:26 -0400 Subject: [PATCH] fix(firefox): update gx version and fix url font-size --- flake.lock | 8 ++++---- flake.nix | 2 +- home/firefox/custom.css | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8aac66d..387c1d9 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 6b85b19..07b6086 100644 --- a/flake.nix +++ b/flake.nix @@ -531,7 +531,7 @@ type = "github"; owner = "Godiesc"; repo = "firefox-gx"; - ref = "v.9.0"; + ref = "v.9.1"; flake = false; }; diff --git a/home/firefox/custom.css b/home/firefox/custom.css index 5457263..d1fdebf 100644 --- a/home/firefox/custom.css +++ b/home/firefox/custom.css @@ -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;