[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:
Lakhan Baheti 2025-08-26 02:12:04 +05:30 committed by GitHub
parent b6cf3a5a8b
commit eb5ac2fc2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View file

@ -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;
}