mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 06:47:18 +00:00
Fix palette list shadow of selected option
Fix padding and margin in pallist element Fix palette list shadow of selected option
This commit is contained in:
parent
63ad3f9290
commit
d3b7b857a4
@ -86,6 +86,9 @@ function simplifyUI(doc) {
|
||||
// Chage height of palette list
|
||||
gId("pallist").style.height = "300px";
|
||||
gId("pallist").style.overflow = "scroll";
|
||||
// fix shadow
|
||||
gId("pallist").style.margin = "0px -16px";
|
||||
gId("pallist").style.padding = "0px 16px";
|
||||
|
||||
// Hide filter options
|
||||
gId("filters").style.display = "none";
|
||||
|
Loading…
x
Reference in New Issue
Block a user