signal-desktop/stylesheets/components/CompositionRecordingDraft.scss
Jamie Kyle 0e490542a7
RTL
2023-04-20 10:03:43 -07:00

18 lines
349 B
SCSS

// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.CompositionRecordingDraft {
display: flex;
align-items: center;
gap: 12px;
padding-block: 10px;
padding-inline: 18px;
&__sizer {
// ignore the content size
// size based on the parent
flex: 1;
flex-basis: 0;
overflow: hidden;
}
}