fix gc checkbox with new element

This commit is contained in:
SpikeHD
2022-05-11 21:54:47 -07:00
parent bce9ac1b51
commit 0f5d3c2cf6
5 changed files with 24 additions and 0 deletions

View File

@@ -18,4 +18,9 @@
.CheckboxDisplay img {
height: 100%;
/* filter: invert(78%) sepia(91%) saturate(923%) hue-rotate(334deg) brightness(106%) contrast(102%); */
}
.Checkbox label {
display: flex;
flex-direction: row;
}