Signal-Desktop/stylesheets/components/Inbox.scss
2021-10-12 16:59:08 -07:00

9 lines
150 B
SCSS

// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.Inbox {
display: flex;
flex-direction: row;
height: 100%;
}