[WIKI-602] chore: disable image alignment tooltip for touch devices (#7642)
* chore: disable image alignment tooltip for touch devices * chore: added touch-select-none style
This commit is contained in:
parent
b6cf3a5a8b
commit
eb5ac2fc2d
3 changed files with 11 additions and 3 deletions
|
|
@ -500,3 +500,9 @@ span[data-name][data-type="emoji"] img {
|
|||
max-width: 1.25em;
|
||||
max-height: 1.25em;
|
||||
}
|
||||
|
||||
/* touch device styles */
|
||||
.touch-select-none {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue