mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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;
|
||||
|
||||
&::before {
|
||||
z-index: -1;
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0px;
|
||||
|
|
|
|||
|
|
@ -1178,10 +1178,6 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
|||
background-color: spiceColor("selected-row", 0.3);
|
||||
}
|
||||
|
||||
.bookmark-filter {
|
||||
color: spiceColor(main) !important;
|
||||
}
|
||||
|
||||
/* 1.1.56 */
|
||||
.main-navBar-navBar {
|
||||
width: var(--sidebar-width) !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue