change
This commit is contained in:
@@ -5,29 +5,38 @@
|
||||
<MudPopoverProvider />
|
||||
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-column flex-grow-1" Style="height: 100vh;">
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-column flex-grow-1 overflow-hidden">
|
||||
<MudPaper Style="position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-image: url('/ref/bg4.jpg');
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
filter: blur(10px);
|
||||
z-index: -1;">
|
||||
</MudPaper>
|
||||
<MudPaper Class="d-flex flex-column flex-grow-0 overflow-auto" Style="height: 100vh; background-color:#22222200">
|
||||
|
||||
|
||||
<MudPaper Height="5%" Class=" d-flex flex-grow-1" Style="background-color:mediumseagreen">
|
||||
<MudSpacer> </MudSpacer>
|
||||
<AuthLinks/>
|
||||
<MudPaper Class="d-flex flex-column flex-grow-1 overflow-hidden" Style="background-color:transparent">
|
||||
|
||||
|
||||
<MudPaper Elevation="3" Height="10%" Class=" d-flex justify-content-around flex-grow-0" Style="background-color:#ffffff55">
|
||||
<NavBar Class="flex-column flex-grow-1 " Style="background-color:transparent" />
|
||||
<AuthLinks Class="flex-column flex-grow-0 " Style="background-color:transparent" />
|
||||
</MudPaper>
|
||||
|
||||
|
||||
<MudPaper Height="95%" Class="d-flex flex-row flex-grow-1 overflow-hidden">
|
||||
<MudPaper Elevation="3" Class="d-flex flex-row flex-grow-1 overflow-hidden" Style="background-color:transparent">
|
||||
|
||||
|
||||
<MudPaper Width="5%" Class="pa-2 mr-1 d-flex flex-column flex-grow-0 justify-content-between">
|
||||
<NavBar Class="flex-column flex-grow-0 rounded-pill" />
|
||||
<AccountView Class="flex-column flex-grow-0 rounded-pill" />
|
||||
<MudPaper Width="10%" Class="pa-2 ma-1 d-flex flex-column flex-grow-0 justify-content-between" Style="background-color:#ffffffaa">
|
||||
</MudPaper>
|
||||
|
||||
|
||||
<MudPaper Class="d-flex flex-grow-1 pa-3 ma-1 ">
|
||||
<MudPaper Elevation="3" Class="d-flex flex-grow-1 pa-3 ma-1 overflow-hidden" Style="background-color:#ffffff22 ">
|
||||
@Body
|
||||
</MudPaper>
|
||||
|
||||
|
Reference in New Issue
Block a user