Handle draggable lines on touch screens

This commit is contained in:
axolotle
2025-05-13 12:26:21 +02:00
committed by John Livingston
parent 048c003ff0
commit d79deef5c0
2 changed files with 73 additions and 20 deletions

View File

@ -1,5 +1,6 @@
/*
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
* SPDX-FileCopyrightText: 2025 Nicolas Chesnais <https://autre.space>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
@ -16,4 +17,8 @@
.livechat-drag-top-half > .draggables-line {
border-top: 4px solid blue;
}
[draggable="true"] {
touch-action: none;
}
}