♻️ Refactor frontend code

This commit is contained in:
2022-08-21 23:10:21 +02:00
parent 9e9cf8618d
commit 1439bfb056
8 changed files with 37 additions and 21 deletions

View File

@ -78,7 +78,7 @@ function getColor(type) {
border-radius: 11px;
margin: 10px 0px;
padding: 10px 10px;
grid-template-columns: 40px auto;
grid-template-columns: min-content auto;
gap: 5px;
}