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
e2064fbabb
commit
f1510f09eb
@ -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…
Reference in New Issue
Block a user