mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-25 15:36:55 +01:00
14 lines
218 B
SCSS
14 lines
218 B
SCSS
// Copyright 2021 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
@use '../variables';
|
|
|
|
.App {
|
|
height: 100%;
|
|
position: relative;
|
|
|
|
// TitleBar support
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|