Skip to content

Commit

Permalink
refactor(Layout): update layout right style (#4807)
Browse files Browse the repository at this point in the history
* refactor: 更新 layout-right 样式

* chore: bump version 9.1.2
  • Loading branch information
ArgoZhang authored Dec 9, 2024
1 parent 7fd4a8e commit efc7c4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/BootstrapBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>9.1.1</Version>
<Version>9.1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
16 changes: 8 additions & 8 deletions src/BootstrapBlazor/Components/Layout/Layout.razor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,14 @@
}
}
}

.layout-right {
display: flex;
flex-flow: column;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
}

.has-sidebar {
Expand All @@ -264,14 +272,6 @@
}
}

.layout-right {
display: flex;
flex-flow: column;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}

&.has-sidebar {
.layout-side {
&.is-fixed-header {
Expand Down

0 comments on commit efc7c4a

Please sign in to comment.