#1221 Button to refresh WI sorts

This commit is contained in:
Cohee
2023-10-08 12:30:12 +03:00
parent 15cf87ef01
commit 2cbde8b55c
3 changed files with 11 additions and 2 deletions

View File

@@ -103,6 +103,10 @@
align-self: start;
}
.gap3px {
gap: 3px !important;
}
.gap5px {
gap: 5px !important;
}
@@ -447,4 +451,4 @@ textarea:disabled {
.opacity1 {
opacity: 1 !important;
}
}