Files
deepdrft/DeepDrftWeb.Client/Controls/AudioPlayerBar.razor.css
T
daniel-c-harvey 3766d4e010 Front End
- MudBlazor Theme Manager tryout
 - Navigation bar rework
 - Icons and styles rework
 - Track Gallery & Card layout redesign for SPA
 - Track Player bottom bar
2025-09-05 22:27:12 -04:00

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;
}