mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Merge 814578dc28
into 3890e12c9e
This commit is contained in:
commit
c5f6594fde
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue