tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
fix: remove borderless sidebar margin #23
awwpotato
1 year ago
30d46a40
be7cb0b0
-7
1 changed file
expand all
collapse all
unified
split
chrome
browser
sidebar.css
-7
chrome/browser/sidebar.css
···
52
52
}
53
53
}
54
54
55
55
-
@media (-moz-bool-pref: "uc.tweak.borderless") {
56
56
-
/* navbar hidden */
57
57
-
&[titlepreface*=""] #sidebar-box {
58
58
-
margin-top: var(--uc-sidebar-margin) !important;
59
59
-
}
60
60
-
}
61
61
-
62
55
#sidebar {
63
56
clip-path: circle(100%);
64
57
border-radius: var(--uc-content-radius) !important;