Update README.md with new navigation structure and UI adjustments for video library manager. Enhance LibraryStyles.axaml to improve layout of filter and navigation bars. Revise MainWindow.axaml to accommodate updated UI components and ensure better user experience across different screen sizes.

This commit is contained in:
Leonid Pershin
2026-08-09 12:44:47 +03:00
parent 5acb42d11d
commit 9e239e045f
3 changed files with 478 additions and 455 deletions
+7 -3
View File
@@ -112,9 +112,13 @@
<Setter Property="FontWeight" Value="SemiBold" />
</Style>
<!-- A row of controls that belongs to the page below it rather than to the window. -->
<Style Selector="Border.filterBar">
<Setter Property="Padding" Value="20,10" />
<!--
A row of controls that belongs to the page below it rather than to the window. Lighter
than the window bars on purpose: it sits inside the content, and giving it the same weight
would make the window read as three stacked strips of chrome.
-->
<Style Selector="Border.filterBar, Border.navBar">
<Setter Property="Padding" Value="20,9" />
<Setter Property="BorderBrush" Value="{DynamicResource SurfaceBorderBrush}" />
<Setter Property="BorderThickness" Value="0,0,0,1" />
</Style>