Burger-Button: unten links, dunkler Hintergrund mit Border - nicht mit YT-Hamburger verwechselbar
This commit is contained in:
parent
33acf44d58
commit
449f69f835
1 changed files with 5 additions and 3 deletions
|
|
@ -353,11 +353,13 @@
|
|||
Visibility="Collapsed"
|
||||
Panel.ZIndex="5"/>
|
||||
|
||||
<!-- Burger-Button: ausserhalb VideoOverlay damit er auch bei WebView-Modus sichtbar bleibt -->
|
||||
<!-- Burger-Button: ausserhalb VideoOverlay, unten links in der Ecke -->
|
||||
<!-- Dort klar als App-Element erkennbar, nicht mit YouTube-Burger verwechselbar -->
|
||||
<Button x:Name="BtnSidebarToggleOverlay"
|
||||
HorizontalAlignment="Left" VerticalAlignment="Top"
|
||||
HorizontalAlignment="Left" VerticalAlignment="Bottom"
|
||||
Width="36" Height="36" Margin="8"
|
||||
Background="#80000000" Foreground="White" BorderThickness="0"
|
||||
Background="#CC161616" Foreground="White" BorderThickness="1"
|
||||
BorderBrush="#444"
|
||||
Content="☰" FontSize="16" Cursor="Hand"
|
||||
Visibility="Collapsed"
|
||||
Panel.ZIndex="20"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue