squash a bunch of commits
This commit is contained in:
13
Shogi.UI/Pages/Home/GameBrowser.razor.css
Normal file
13
Shogi.UI/Pages/Home/GameBrowser.razor.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.game-browser {
|
||||
padding: 0.5rem;
|
||||
background-color: var(--contrast-color);
|
||||
}
|
||||
|
||||
#search-pane button.list-group-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
#search-pane button.list-group-item.active {
|
||||
background-color: #444;
|
||||
border-color: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user