mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Improve palette list resizing a bit
This commit is contained in:
parent
25eef2a40e
commit
cff42b5d27
@ -1356,7 +1356,7 @@ TD .checkmark, TD .radiomark {
|
||||
padding: 24px;
|
||||
border-radius: 10px;
|
||||
background-color: var(--c-5);
|
||||
overflow: none;
|
||||
overflow: scroll;
|
||||
box-shadow: 4px 4px 10px 4px var(--c-1);
|
||||
}
|
||||
|
||||
@ -1381,10 +1381,6 @@ TD .checkmark, TD .radiomark {
|
||||
top: var(--sti);
|
||||
}
|
||||
|
||||
#pallist.simplified .lstI.sticky {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
/* list item content */
|
||||
.lstIcontent {
|
||||
padding: 9px 0 7px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user