Copyright: center the floating pill at the bottom of the body
This commit is contained in:
@@ -496,10 +496,10 @@
|
||||
Content="🔄 Vérifier les MAJ"
|
||||
Command="{Binding CheckForUpdatesCommand}" />
|
||||
|
||||
<!-- Copyright flottant en bas-droite, sur une pill sombre pour rester
|
||||
<!-- Copyright flottant en bas centré, sur une pill sombre pour rester
|
||||
lisible quel que soit l'arrière-plan (image, voile noir, etc.). -->
|
||||
<Border HorizontalAlignment="Right" VerticalAlignment="Bottom"
|
||||
Margin="0,0,32,28"
|
||||
<Border HorizontalAlignment="Center" VerticalAlignment="Bottom"
|
||||
Margin="0,0,0,28"
|
||||
Background="#A0000000"
|
||||
CornerRadius="10"
|
||||
Padding="10,4">
|
||||
|
||||
Reference in New Issue
Block a user