3766d4e010
- MudBlazor Theme Manager tryout - Navigation bar rework - Icons and styles rework - Track Gallery & Card layout redesign for SPA - Track Player bottom bar
10 lines
214 B
CSS
10 lines
214 B
CSS
.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;
|
|
} |