style: extend the update changelog viewport

Increase the release-notes area by another twenty percent while constraining it to the viewport so more changelog content remains visible without hiding update controls.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:37:26 +02:00
parent 97f444e188
commit e7947f7486
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2468,7 +2468,7 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
.update-release-notes {
grid-column: 1 / -1;
height: min(220px, 42vh);
height: min(264px, 48vh);
max-height: none;
margin-top: 18px;
padding: 12px;