add dont ask again
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-22 01:07:14 +05:00
parent d2a0e31180
commit 72b9d2f5e2
3 changed files with 34 additions and 1 deletions

View File

@@ -73,6 +73,24 @@
margin-bottom: 24px;
}
.modal .checkbox-label {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 16px;
font-size: 0.875rem;
cursor: pointer;
color: var(--md-sys-color-on-surface-variant, #49454F);
}
.modal .checkbox-label input[type="checkbox"] {
width: 18px;
height: 18px;
cursor: pointer;
accent-color: var(--md-sys-color-primary, #1976D2);
}
.modal .btn {
min-width: 160px;
}