style: increase update dialog height

Give the release-notes viewport a responsive 220-pixel target height so the update dialog gains visible vertical room while remaining bounded on smaller windows.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:25:01 +02:00
parent a9a17bf08f
commit e7d30edab5
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -2468,7 +2468,8 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
.update-release-notes {
grid-column: 1 / -1;
max-height: 180px;
height: min(220px, 42vh);
max-height: none;
margin-top: 18px;
padding: 12px;
overflow: auto;