File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.DockView Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.1.3 </Version >
4+ <Version >9.1.4 </Version >
55 </PropertyGroup >
66
77 <PropertyGroup >
Original file line number Diff line number Diff line change 4545 position : relative;
4646}
4747
48+ .bb-dockview > div {
49+ --dv-tabs-and-actions-container-height : 30px ;
50+ --bb-dockview-tab-line-height : 30px ;
51+ --bb-dockview-tab-padding : 0 3px ;
52+ --dv-tabs-and-actions-container-font-size : 12px ;
53+ }
54+
4855 .bb-dockview .bb-dockview-panel {
4956 height : 100% ;
5057 width : 100% ;
275282}
276283
277284.bb-dockview .dv-resize-container-drawer {
278- height : calc ( 100% + 1 px ) !important ;
285+ height : 100% !important ;
279286}
280287
281288.bb-dockview .dv-tabs-and-actions-container : has (.dropdown-item ) .dv-scrollbar-horizontal {
284291.bb-dockview .dv-scrollable {
285292 width : initial;
286293}
294+ .bb-dockview .dv-tab .dv-inactive-tab .dv-default-tab .dv-default-tab-action {
295+ visibility : visible;
296+ }
Original file line number Diff line number Diff line change 10811081 border-radius : 2px ;
10821082 background-color : var (--dv-icon-hover-background-color );
10831083}
1084+ .dv-watermark {
1085+ display : flex;
1086+ height : 100% ;
1087+ }
10841088.dv-tabs-overflow-dropdown-default {
10851089 height : 100% ;
10861090 color : var (--dv-activegroup-hiddenpanel-tab-color );
11791183}
11801184.dv-tabs-and-actions-container .dv-right-actions-container {
11811185 display : flex;
1182- }
1183- .dv-watermark {
1184- display : flex;
1185- height : 100% ;
11861186}
You can’t perform that action at this time.
0 commit comments