mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-07 00:30:42 +00:00
fix bookmarks not being visible
This commit is contained in:
parent
a39d7b99f2
commit
be34f71a00
2 changed files with 1 additions and 4 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
z-index: -1;
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0px;
|
inset: 0px;
|
||||||
|
|
|
||||||
|
|
@ -1178,10 +1178,6 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||||
background-color: spiceColor("selected-row", 0.3);
|
background-color: spiceColor("selected-row", 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmark-filter {
|
|
||||||
color: spiceColor(main) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 1.1.56 */
|
/* 1.1.56 */
|
||||||
.main-navBar-navBar {
|
.main-navBar-navBar {
|
||||||
width: var(--sidebar-width) !important;
|
width: var(--sidebar-width) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue