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:
Woody 2023-11-09 21:39:45 +01:00
parent 63ad3f9290
commit d3b7b857a4
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -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";