Allow filtering by game, edition, purchase from the session list

This commit is contained in:
2023-02-19 14:30:26 +01:00
parent 33939f631c
commit 938c82a395
5 changed files with 50 additions and 7 deletions

View File

@ -14,7 +14,11 @@ textarea {
#session-table {
display: grid;
grid-template-columns: 3fr 1fr repeat(2, 2fr) 0.5fr 1fr;
grid-template-columns: 3fr repeat(3, 1fr) 0.5fr 1fr;
}
.purchase-name:hover > span:nth-child(2) {
@apply dark:text-slate-300
}
#button-container button {