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 5 additions and 0 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

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;