mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-02 06:10:36 +00:00
fix #116
This commit is contained in:
parent
c2d7f851b1
commit
71ce39abdb
2 changed files with 6 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
Fixed:
|
Fixed:
|
||||||
- Checking for update every 10 Minutes not working
|
- Checking for update every 10 Minutes not working
|
||||||
|
- Background album art is cut off (#116)
|
||||||
|
|
@ -1213,6 +1213,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||||
border-radius: var(--main-corner-radius);
|
border-radius: var(--main-corner-radius);
|
||||||
opacity: lightOffset(0.07, 0.03);
|
opacity: lightOffset(0.07, 0.03);
|
||||||
transition: background-image var(--song-transition-speed) linear;
|
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`
|
// Fix lyrics-plus having a scrollbar when top-bar is `solid` or `transparent`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue