Add issues and modchart indicators

This commit is contained in:
Geomitron
2023-12-23 00:37:51 -06:00
parent f171571bc3
commit ba309654ca
4 changed files with 162 additions and 3 deletions

View File

@@ -13,3 +13,7 @@ input[type='number'] {
user-select: none;
-webkit-user-drag: none;
}
.dropdown:not(:hover):not(:focus):not(:focus-within):not(.dropdown-open) .dropdown-content {
height: 0px;
}