мелкие улучшенния
This commit is contained in:
@@ -16,16 +16,16 @@
|
||||
@inject AuthenticationStateProvider AuthProvider
|
||||
@inject IDialogService DialogService
|
||||
|
||||
<MudContainer MaxWidth="MaxWidth.ExtraLarge" Class="pa-1" Style="height: 100%;">
|
||||
<MudStack Style="height: 100%;" StretchItems="StretchItems.Start" Spacing="2">
|
||||
<MudContainer MaxWidth="MaxWidth.ExtraLarge" Class="py-1" Style="height: 100%;">
|
||||
<MudStack Style="height: 100%;" StretchItems="StretchItems.Start" Spacing="0">
|
||||
@*Первый элемент растянется на всю высоту*@
|
||||
<MudItem Style="min-height: 0; height: 100%;">
|
||||
|
||||
@* --- ВЕРСИЯ ДЛЯ ПК (сетка) --- *@
|
||||
<MudHidden Breakpoint="Breakpoint.MdAndUp" Invert>
|
||||
<MudGrid Spacing="2" Class="flex-grow-1 pt-2" Style="height: 100%;">
|
||||
<MudGrid Spacing="2" Class="flex-grow-1 pb-2 mb-2" Style="height: 100%;">
|
||||
<MudItem xs="12" md="6" Style="height: 100%; overflow-y: auto;">
|
||||
<MudCard Elevation="4" Class="d-flex flex-column" Style="height: 100%;">
|
||||
<MudCard Elevation="0" Class="d-flex flex-column" Style="height: 100%;">
|
||||
<MudCardHeader Class="pb-0">
|
||||
<CardHeaderContent>
|
||||
@PlaylistCardHeaderContent
|
||||
@@ -147,6 +147,7 @@
|
||||
scroll-snap-align: start;
|
||||
flex: 0 0 auto; /* Запрещает карточкам сжиматься */
|
||||
}
|
||||
|
||||
/* Скрываем скроллбар для эстетики */
|
||||
.horizontal-scroll-container::-webkit-scrollbar { display: none; }
|
||||
.horizontal-scroll-container { -ms-overflow-style: none; scrollbar-width: none; }
|
||||
|
||||
Reference in New Issue
Block a user