tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
feat: add sidebar short and wide tweaks
awwsomepotato
2 years ago
583c0627
1092fd7b
+6
-1
1 changed file
expand all
collapse all
unified
split
chrome
vars.css
+6
-1
chrome/vars.css
···
25
25
--uc-sidebar-margin: 3px;
26
26
27
27
/* sidebar vars */
28
28
-
--uc-sidebar-hover-width: 180px;
28
28
+
--uc-sidebar-hover-width: 170px;
29
29
+
@media (-moz-bool-pref: "uc.tweak.sidebar.short") {
30
30
+
--uc-sidebar-hover-width: 140px;
31
31
+
} @media (-moz-bool-pref: "uc.tweak.sidebar.wide") {
32
32
+
--uc-sidebar-hover-width: 200px;
33
33
+
}
29
34
30
35
--uc-sidebar-width: 34px;
31
36