This commit is contained in:
Send_Nukez 2021-11-18 17:49:43 +01:00
parent c2d7f851b1
commit 71ce39abdb
2 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1,3 @@
Fixed:
- Checking for update every 10 Minutes not working
- Checking for update every 10 Minutes not working
- Background album art is cut off (#116)

View file

@ -1213,6 +1213,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
border-radius: var(--main-corner-radius);
opacity: lightOffset(0.07, 0.03);
transition: background-image var(--song-transition-speed) linear;
html:not(.buddyfeed-visible) & {
inset: var(--main-gap) 0px var(--main-gap) var(--sidebar-width);
}
}
// Fix lyrics-plus having a scrollbar when top-bar is `solid` or `transparent`