Skip to content

Commit 889410f

Browse files
authored
feat(FullScreenButton): adjust the gap (#6341)
* refactor: 调整 Tab 工具栏全屏按钮样式 * style: 增加等宽样式
1 parent a408e98 commit 889410f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BootstrapBlazor.Server/Extensions/MenusLocalizerExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
9494
item = new DemoMenuItem()
9595
{
9696
Text = Localizer["SocketComponents"],
97-
Icon = "fa-solid fa-square-binary text-danger"
97+
Icon = "fa-fw fa-solid fa-square-binary text-danger"
9898
};
9999
AddSocket(item);
100100

@@ -130,7 +130,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
130130
item = new DemoMenuItem()
131131
{
132132
Text = Localizer["Components"],
133-
Icon = "fa-solid fa-fw fa-heart fa-beat icon-summary",
133+
Icon = "fa-fw fa-solid fa-heart fa-beat icon-summary",
134134
Url = "components"
135135
};
136136
AddSummary(item);

src/BootstrapBlazor/Components/Tab/Tab.razor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@
775775
background-color: var(--bb-tabs-item-hover-bg-color);
776776
}
777777

778-
.btn {
778+
&.tabs-nav-toolbar-fs {
779779
padding: 0;
780780
}
781781
}

0 commit comments

Comments
 (0)