signal-desktop/stylesheets/components/CompositionRecordingDraft.scss

19 lines
349 B
SCSS
Raw Normal View History

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