Feat v0.6.16 usability survey gate (#51)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #51.
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
transition: color var(--transition);
|
||||
}
|
||||
.modal-close:hover { color: var(--text); }
|
||||
@media (max-width: 768px) {
|
||||
.modal-close { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
|
||||
}
|
||||
.modal-body { flex: 1; overflow-y: auto; padding: var(--sp-4) var(--sp-5); }
|
||||
.modal-footer {
|
||||
padding: var(--sp-3) var(--sp-5); border-top: 1px solid var(--border);
|
||||
|
||||
Reference in New Issue
Block a user