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
View File
@@ -174,4 +174,6 @@ test('header occupies its final geometry before asynchronous initialization', ()
assert.match(css, /\.upload-speed-baseline\s*\{[^}]*background:\s*var\(--success\);/su);
assert.match(css, /\.header-update-button\.update-available\s*\{[^}]*background:\s*var\(--success\);[^}]*color:\s*#000;/su);
assert.match(css, /\.header-update-button\.update-available:hover\s*\{[^}]*background:\s*var\(--success-end\);[^}]*color:\s*#000;/su);
assert.match(css, /\.update-dialog\s*\{[^}]*width:\s*min\(576px,\s*100%\);/su);
assert.match(css, /\.update-release-notes\s*\{[^}]*max-height:\s*180px;/su);
});