Allow UI to delete sessions

This commit is contained in:
2024-09-07 22:26:38 -05:00
parent 0eb75994c9
commit 6b5bb96de7
11 changed files with 162 additions and 21 deletions

View File

@@ -0,0 +1,17 @@
gameBrowserEntry {
position: relative;
display: grid;
grid-template-columns: 18rem 5rem 5rem;
padding-left: 5px; /* Matches box shadow on hover */
gap: 1rem;
place-items: center start;
}
modal {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}