Attempted to resize palette squares on scroll

This commit is contained in:
Nicola
2022-10-06 11:20:09 +02:00
parent 7672a034c8
commit f31fd5b505
2 changed files with 25 additions and 9 deletions

View File

@ -18,14 +18,8 @@
resize: vertical;
li {
width: var(--top-nav-height);
height: var(--top-nav-height);
flex-basis: var(--top-nav-height);
&.noshrink {
flex-grow: 0;
flex-shrink: 0;
}
width: 48px;
height: 48px;
}
svg {