Skip to content

Commit 28a4404

Browse files
izanhzhArgoZhang
andauthored
chore(DockView2): adjust the dockview side css style (#403)
* adjust the dockview side css style * style: 更新样式值 * chore: bump version 9.1.10 --------- Co-authored-by: Argo Zhang <argo@live.ca>
1 parent 46fac35 commit 28a4404

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/BootstrapBlazor.DockView/BootstrapBlazor.DockView.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.1.9</Version>
4+
<Version>9.1.10</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.DockView/wwwroot/css/dockview-bb.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,12 @@
209209
width: var(--bb-dockview-aside-width);
210210
display: flex;
211211
align-items: flex-start;
212-
justify-content: center;
212+
justify-content: flex-start;
213+
flex-direction: column;
213214
}
214215

215216
.bb-dockview .bb-dockview-aside-left {
216-
left: 0
217+
left: 2px;
217218
}
218219

219220
.bb-dockview .bb-dockview-aside-right {

0 commit comments

Comments
 (0)