fix(firefox): fix tab left side on desktop
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
2f446acd38
commit
a6d56f9233
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
--uc-vertical-toolbar-width: 46px !important;
|
--uc-vertical-toolbar-width: 46px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix left side of tabs going past what it should */
|
||||||
|
scrollbox {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
|
/* https://github.com/Godiesc/firefox-gx/blob/main/Tricks/README.md */
|
||||||
/* Extensions button into the "left-sidebar" - Immovable */
|
/* Extensions button into the "left-sidebar" - Immovable */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue