mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Better Glow Cutoff | Thx Aya <3
This commit is contained in:
@@ -101,8 +101,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Glow-aware left padding so the glow doesn't clip | Thanks Aya <3*/
|
/* Glow-aware left padding so the glow doesn't clip | Thanks Aya <3*/
|
||||||
[data-test="lyrics"] {
|
.rl-wbw-active {
|
||||||
padding-left: var(--rl-glow-outer, 20px) !important;
|
padding-left: var(--rl-glow-outer) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-rl-injected][role="tabpanel"] {
|
||||||
|
transform: translateX(calc(var(--rl-glow-outer) * -1)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lyrics container styling */
|
/* Lyrics container styling */
|
||||||
|
|||||||
Reference in New Issue
Block a user