fix bookmarks not being visible

This commit is contained in:
Send_Nukez 2021-11-04 21:21:39 +01:00
parent a39d7b99f2
commit be34f71a00
2 changed files with 1 additions and 4 deletions

View file

@ -6,6 +6,7 @@
padding: 8px;
&::before {
z-index: -1;
content: "";
position: absolute;
inset: 0px;

View file

@ -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;