Skip to content

Commit 46c2ea6

Browse files
authored
refactor(BootstrapIcon): update fullscreen icon size (#380)
* refactor: 微调全屏按钮大小 * chore: bump version 9.0.2
1 parent c115338 commit 46c2ea6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/BootstrapBlazor.BootstrapIcon/BootstrapBlazor.BootstrapIcon.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.0.1</Version>
4+
<Version>9.0.2</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.BootstrapIcon/wwwroot/css/bs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,7 @@
5454
transform: rotate(360deg);
5555
}
5656
}
57+
58+
.bi-arrows-fullscreen::before {
59+
transform: scale(0.8);
60+
}

0 commit comments

Comments
 (0)