css
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
{
|
||||
<LoginModal />
|
||||
}
|
||||
<PageHeader />
|
||||
<GameBrowser ActiveSessionChanged="OnChangeSession" />
|
||||
<aside class="sidebar">
|
||||
<PageHeader />
|
||||
<GameBrowser ActiveSessionChanged="OnChangeSession" />
|
||||
</aside>
|
||||
@if (Account.User == null || activeSessionName == null)
|
||||
{
|
||||
<EmptyGameBoard />
|
||||
@@ -29,7 +31,7 @@
|
||||
private bool welcomeModalIsVisible;
|
||||
private string activeSessionName;
|
||||
private ClientWebSocket socket;
|
||||
|
||||
|
||||
public Home()
|
||||
{
|
||||
welcomeModalIsVisible = false;
|
||||
|
||||
Reference in New Issue
Block a user