style: enlarge the update dialog

Increase the responsive update dialog width and changelog viewport by twenty percent so release notes remain readable with less scrolling.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:23:13 +02:00
parent e73143e2b7
commit a9a17bf08f
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -2381,7 +2381,7 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
}
.update-dialog {
width: min(480px, 100%);
width: min(576px, 100%);
display: grid;
grid-template-columns: 48px minmax(0, 1fr);
gap: 0 16px;
@@ -2468,7 +2468,7 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
.update-release-notes {
grid-column: 1 / -1;
max-height: 150px;
max-height: 180px;
margin-top: 18px;
padding: 12px;
overflow: auto;