Fix disclaimer modal

This commit is contained in:
Arnaud 2024-11-11 09:46:08 +07:00
parent c972c48da3
commit 577147d1b7
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 6 additions and 0 deletions

View File

@ -212,6 +212,11 @@
cursor: not-allowed;
}
}
.disclaimer dialog {
padding: 16px;
max-width: 700px;
}
}
@keyframes rotate {

View File

@ -1,6 +1,7 @@
.disclaimer {
max-width: 600px;
margin: auto;
padding: 32px;
}
.disclaimer-title {