improved iconPicker component + other improvements

This commit is contained in:
daniel31x13
2024-08-19 18:14:09 -04:00
parent 2893d3caf2
commit dc388ebba5
15 changed files with 222 additions and 72 deletions
+8
View File
@@ -36,6 +36,14 @@
scrollbar-width: none;
}
.hide-color-picker {
opacity: 0;
display: block;
width: 32px;
height: 32px;
border: none;
}
.hyphens {
hyphens: auto;
}