mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-06 08:11:39 +00:00
workaround to remove gradient near album info #103
This commit is contained in:
parent
b5033f8872
commit
e00027bb69
1 changed files with 6 additions and 0 deletions
|
|
@ -1275,3 +1275,9 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||||
canvas[width="250"][height="250"] {
|
canvas[width="250"][height="250"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// workaround to remove gradient near album info #103
|
||||||
|
.main-trackInfo-container > div > div:before,
|
||||||
|
.main-trackInfo-container > div > div:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue