Front End
- MudBlazor Theme Manager tryout - Navigation bar rework - Icons and styles rework - Track Gallery & Card layout redesign for SPA - Track Player bottom bar
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.bottom-bar {
|
||||
justify-self: center;
|
||||
max-width: 1800px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: var(--mud-drawer-width-left);
|
||||
right: 0;
|
||||
margin: 0 1.5rem 1.5rem 1.5rem;
|
||||
z-index: 1000;
|
||||
}
|
||||
Reference in New Issue
Block a user