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:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user