this repo has no description

feat: add sidebar short and wide tweaks

+6 -1
+6 -1
chrome/vars.css
··· 25 25 --uc-sidebar-margin: 3px; 26 26 27 27 /* sidebar vars */ 28 - --uc-sidebar-hover-width: 180px; 28 + --uc-sidebar-hover-width: 170px; 29 + @media (-moz-bool-pref: "uc.tweak.sidebar.short") { 30 + --uc-sidebar-hover-width: 140px; 31 + } @media (-moz-bool-pref: "uc.tweak.sidebar.wide") { 32 + --uc-sidebar-hover-width: 200px; 33 + } 29 34 30 35 --uc-sidebar-width: 34px; 31 36