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