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

24 lines
447 B
SCSS

// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
.AddUserToAnotherGroupModal {
&__main-body {
display: flex;
flex-direction: column;
min-height: 300px;
}
&__list-wrapper {
flex-grow: 1;
overflow: hidden;
}
}
.AddUserToAnotherGroupModal .module-conversation-list {
&__item,
&__item--contact-or-conversation {
height: 52px;
padding-block: 0;
padding-inline: 6px;
}
}