Skip to content

Commit

Permalink
🩹 Fix style issue with address bar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 18, 2024
1 parent aa432ef commit b09346e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FluentHub.App/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
Width="32"
Height="32"
Padding="0"
Background="Transparent"
Command="{x:Bind ViewModel.GoBackCommand, Mode=OneWay}"
IsEnabled="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanGoBack, Mode=OneWay}"
Style="{StaticResource AddressToolbarButtonStyle}"
Expand All @@ -199,6 +200,7 @@
Height="32"
Padding="0"
x:Load="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanGoForward, Mode=OneWay}"
Background="Transparent"
Command="{x:Bind ViewModel.GoForwardCommand, Mode=OneWay}"
Style="{StaticResource AddressToolbarButtonStyle}"
ToolTipService.ToolTip="{helpers:ResourceString Name=GoForwardButton/ToolTipService/Tooltip}">
Expand All @@ -223,6 +225,7 @@
Width="32"
Height="32"
Padding="0"
Background="Transparent"
Command="{x:Bind ViewModel.ReloadCommand, Mode=OneWay}"
IsEnabled="{x:Bind CustomCustomTabView.SelectedItem.NavigationHistory.CanReload, Mode=OneWay}"
Style="{StaticResource AddressToolbarButtonStyle}"
Expand Down Expand Up @@ -292,6 +295,7 @@
Width="32"
Height="32"
Padding="0"
Background="Transparent"
Click="UserNotificationInBoxButton_Click">
<FontIcon FontSize="16" Glyph="&#xEA8F;" />
</Button>
Expand Down

0 comments on commit b09346e

Please sign in to comment.