mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-19 20:57:57 +01:00
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;
|
|
}
|