chores: improve layout

This commit is contained in:
Zhe Fang
2025-12-01 13:11:12 -05:00
parent ec0917b6c8
commit b60952916c

View File

@@ -376,7 +376,7 @@ namespace BetterLyrics.WinUI3.Views
case LyricsLayoutOrientation.Vertical:
xMargin = Math.Max(16, Math.Min(width, height) * 0.05);
yMargin = Math.Max(16, Math.Min(width, height) * 0.05);
trackSummaryRowHeight = Math.Max(64, Math.Min(width, height) * 0.25);
trackSummaryRowHeight = Math.Max(64, height * 0.25);
break;
default:
break;