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 {
|
||||
|
@ -28,6 +30,11 @@ input {
|
|||
// Setting 100% height causes the sticky element to hide as you scroll down on Safari.
|
||||
html {
|
||||
height: initial;
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
[dir="rtl"] .modal-header .btn-close {
|
||||
|
|
Loading…
Reference in a new issue