fix(firefox): fix tab left side on desktop
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2023-12-26 17:27:33 -05:00
parent 2f446acd38
commit a6d56f9233

View file

@ -11,6 +11,11 @@
--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 */
/* Extensions button into the "left-sidebar" - Immovable */