Allow UI to delete sessions
This commit is contained in:
17
Shogi.UI/Pages/Play/GameBrowserEntry.razor.css
Normal file
17
Shogi.UI/Pages/Play/GameBrowserEntry.razor.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user