Improve palette list resizing a bit

This commit is contained in:
Christophe Gagnier
2023-11-23 00:53:41 -05:00
committed by Woody
parent 25eef2a40e
commit cff42b5d27

View File

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