signal-desktop/stylesheets/_index.scss

52 lines
746 B
SCSS
Raw Normal View History

2023-01-03 11:55:46 -08:00
// Copyright 2015 Signal Messenger, LLC
2020-10-30 15:34:04 -05:00
// SPDX-License-Identifier: AGPL-3.0-only
#app-container {
height: 100%;
}
.conversation-stack,
2018-05-04 16:07:52 -04:00
.inbox,
.no-conversation-open {
height: 100%;
overflow: hidden;
position: relative;
}
.scrollable {
height: 100%;
overflow: auto;
}
.no-conversation-open {
display: flex;
flex-direction: column;
text-align: center;
justify-content: center;
align-items: center;
}
2019-01-10 12:26:28 -08:00
.conversation-stack {
flex-grow: 1;
2019-01-14 13:49:58 -08:00
}
2015-11-27 15:43:45 -08:00
.conversation.placeholder {
text-align: center;
user-select: none;
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.content {
display: inline-block;
}
h3 {
font-size: large;
}
2015-11-27 15:43:45 -08:00
}