File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
src/BootstrapBlazor.Server/Components/Layout Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 99 </div >
1010 <TutorialsNavMenu ></TutorialsNavMenu >
1111 <Wwads IsVertical =" true" ></Wwads >
12+ <LayoutSplitebar Min =" 220" Max =" 330" ContainerSelector =" .section" ></LayoutSplitebar >
1213 </aside >
1314
1415 <section class =" main" >
Original file line number Diff line number Diff line change 1- .section {
2- --bb-sidebar-width : 0 ;
3- }
4-
5- .main {
1+ .main {
62 padding : 1rem ;
73}
84
2420
2521@media (min-width : 768px ) {
2622 .section {
27- --bb-sidebar-width : 300px ;
23+ --bb-layout- sidebar-width : 300px ;
2824 display : flex;
2925 flex-direction : row;
3026 -webkit-font-smoothing : antialiased;
3531 }
3632
3733 .sidebar {
38- width : var (--bb-sidebar-width );
34+ width : var (--bb-layout- sidebar-width );
3935 height : calc (100vh );
4036 position : sticky;
4137 top : 0 ;
4440 }
4541
4642 .main {
47- flex : 1 ;
43+ flex : 1 1 0% ;
44+ min-width : 0px ;
4845 height : 100% ;
4946 }
5047}
You can’t perform that action at this time.
0 commit comments