This commit is contained in:
sorata 2025-09-17 15:23:46 +08:00 committed by GitHub
commit c5f6594fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,8 @@ input[type="date"],
textarea {
padding-inline: 0.5rem;
background: var(--canvas-inset);
-webkit-user-select: text;
user-select: text;
}
input {
@ -30,6 +32,11 @@ html {
height: initial;
}
@media (hover: none) and (pointer: coarse) {
-webkit-user-select: none;
user-select: none;
}
[dir="rtl"] .modal-header .btn-close {
padding: 1rem 1rem !important;
margin: -1rem auto -1rem -1rem !important;