tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
oops meant to put :not()
awwsomepotato
2 years ago
d4ca8cf6
2da7369a
+1
-1
1 changed file
expand all
collapse all
unified
split
chrome
content
sidebery.css
+1
-1
chrome/content/sidebery.css
···
26
26
.bookmarks-tree {
27
27
--bookmarks-indent: 0px !important;
28
28
}
29
29
-
.Tab[data-active="true"] .close {
29
29
+
.Tab:not([data-active="true"]) .close {
30
30
display: none !important;
31
31
}
32
32
}