This commit is contained in:
2025-11-22 00:32:42 +01:00
parent c50372af06
commit ab3faad6af
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -67,11 +67,9 @@
.modal--panel { .modal--panel {
width: 80vw; width: 80vw;
max-width: 960px; height: 90vh;
max-height: 90vh;
padding: 0; padding: 0;
border-radius: 12px; border-radius: 1rem;
overflow: hidden; overflow: hidden;
gap: 0; gap: 0;
} }
+1 -1
View File
@@ -4,6 +4,7 @@
gap: 1.5rem; gap: 1.5rem;
height: 90vh; height: 90vh;
padding: 1.5rem; padding: 1.5rem;
overflow: hidden;
} }
.settings-modal__sidebar { .settings-modal__sidebar {
@@ -334,4 +335,3 @@ fieldset.settings-form__field legend {
.settings-notice__actions button { .settings-notice__actions button {
flex: 0 0 auto; flex: 0 0 auto;
} }