forked from oxen-io/session-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index.scss
70 lines (58 loc) · 939 Bytes
/
_index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.inbox {
height: 100%;
overflow: hidden;
transition: none;
}
.inbox.index {
display: flex;
flex-direction: column;
background-color: var(--background-primary-color);
}
.edit-profile-dialog,
.update-group-dialog {
.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;
}
.avatar-center {
display: flex;
justify-content: center;
}
.avatar-center-inner {
display: flex;
}
}
.scrollable {
height: 100%;
overflow: auto;
}
.section-conversations-container {
display: flex;
flex-direction: row;
margin-inline-end: 3rem;
align-items: center;
h4 {
flex: 1;
}
}
.left-pane-placeholder {
flex-grow: 1;
display: flex;
}
.left-pane-wrapper {
flex: 1;
}