style: widen help dialog from 500px to 600px

This commit is contained in:
2025-12-30 14:54:35 +01:00
parent 44e9f3041f
commit 901c584145

View File

@@ -907,7 +907,7 @@ input:checked + .toggle-slider::before {
box-shadow: var(--shadow-modal);
padding: 0;
width: 90%;
max-width: 500px;
max-width: 600px;
max-height: 80vh;
overflow-y: auto;
background: var(--panel-bg);