fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user