fix(firefox-gx): set correct tab height
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-12 01:56:36 -05:00
parent e75f35aab1
commit 7c03d06551

View file

@ -1,6 +1,6 @@
// Global Vars // Global Vars
:root * { :root * {
--tab-height-personal: 40px !important; --tab-height-personal: 43px !important;
--uc-tab-corner-height: 41px !important; --uc-tab-corner-height: 41px !important;
--my-vertical-toolbar-width: 46px !important; --my-vertical-toolbar-width: 46px !important;
} }