fix(firefox): update gx version and fix url font-size
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
550870728f
commit
e3dc44a511
3 changed files with 5 additions and 0 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue