mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
fix(app): restore text selection on narrow desktop windows (#1635)
This commit is contained in:
@@ -516,7 +516,7 @@ img::before {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 840px) {
|
||||
@media (max-width: 840px) and (hover: none) and (pointer: coarse) {
|
||||
:root {
|
||||
--user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user