session-desktop/stylesheets/_index.scss

71 lines
939 B
SCSS
Raw Normal View History

.inbox {
height: 100%;
overflow: hidden;
transition: none;
}
2020-11-13 04:29:59 +01:00
.inbox.index {
display: flex;
flex-direction: column;
background-color: var(--background-primary-color);
2020-11-13 04:29:59 +01:00
}
.edit-profile-dialog,
.update-group-dialog {
2019-11-18 07:23:27 +01:00
.content {
max-width: 100% !important;
}
.buttons {
margin: 8px;
}
.profile-name {
font-size: larger;
text-align: center;
}
.title-text {
font-size: large;
text-align: center;
}
.module-avatar {
display: block;
margin-bottom: 1rem;
2019-11-18 07:23:27 +01:00
}
.avatar-center {
2019-11-18 07:23:27 +01:00
display: flex;
justify-content: center;
}
.avatar-center-inner {
2019-11-18 07:23:27 +01:00
display: flex;
}
}
.scrollable {
height: 100%;
overflow: auto;
}
.section-conversations-container {
display: flex;
flex-direction: row;
margin-inline-end: 3rem;
align-items: center;
h4 {
2019-01-16 05:44:13 +01:00
flex: 1;
}
}
2019-01-14 22:49:58 +01:00
.left-pane-placeholder {
flex-grow: 1;
display: flex;
2019-01-14 22:49:58 +01:00
}
.left-pane-wrapper {
flex: 1;
}