Skip to content

Commit

Permalink
Remove duplicate rz-layout styles from the demos
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanov committed Nov 22, 2024
1 parent eed82f2 commit 1e9801b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions RadzenBlazorDemos/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<RadzenComponents />

<RadzenLayout Style="grid-template-columns: auto 1fr auto; grid-template-areas: 'rz-header rz-header rz-header' 'rz-sidebar rz-body rz-config-sidebar' 'rz-footer rz-footer rz-footer'">
<RadzenLayout Style="grid-template-columns: auto 1fr auto; grid-template-areas: 'rz-header rz-header rz-header' 'rz-sidebar rz-body rz-config-sidebar'">
<RadzenHeader>
<ChildContent>
<RadzenRow AlignItems="AlignItems.Center" JustifyContent="JustifyContent.Start" Gap="0px">
Expand Down Expand Up @@ -160,9 +160,6 @@
</RadzenListBox>
</RadzenStack>
</RadzenSidebar>
<RadzenFooter>
Footer
</RadzenFooter>
</RadzenLayout>

@if (!rendered)
Expand Down
6 changes: 0 additions & 6 deletions RadzenBlazorDemos/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,4 @@ svg.illustration {
inset-inline-start: 0;
width: 100%;
height: 100%;
}

@media (max-width: 767px) {
.rz-layout {
height: 100dvh !important;
}
}

0 comments on commit 1e9801b

Please sign in to comment.