mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-20 22:59:37 +01:00
a28d941ee9
Co-authored-by: Jamie Kyle <jamie@signal.org>
13 lines
247 B
CSS
13 lines
247 B
CSS
/**
|
|
* Copyright 2025 Signal Messenger, LLC
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
[data-axo-drag-region] {
|
|
-webkit-app-region: drag;
|
|
}
|
|
|
|
body[data-axo-drag-region-disable] [data-axo-drag-region='auto'] {
|
|
-webkit-app-region: no-drag;
|
|
}
|