nodebb-theme-persona 13.3.29 → 13.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +2 -2
- package/README.md +20 -20
- package/lib/controllers.js +24 -24
- package/library.js +97 -97
- package/package.json +52 -52
- package/plugin.json +20 -20
- package/public/.eslintrc +2 -2
- package/public/admin.js +15 -15
- package/public/modules/autohidingnavbar.js +220 -220
- package/public/modules/mobile-menu.js +190 -190
- package/public/modules/taskbar.js +65 -65
- package/public/persona.js +257 -257
- package/public/settings.js +53 -53
- package/scss/account.scss +336 -336
- package/scss/categories.scss +205 -205
- package/scss/category.scss +161 -161
- package/scss/chats.scss +14 -14
- package/scss/flags.scss +42 -42
- package/scss/footer.scss +16 -16
- package/scss/groups.scss +166 -166
- package/scss/header.scss +361 -361
- package/scss/keyframes.scss +152 -152
- package/scss/mixins.scss +129 -129
- package/scss/mobile.scss +331 -331
- package/scss/modules/composer.scss +20 -20
- package/scss/modules/cookie-consent.scss +12 -12
- package/scss/modules/fab.scss +32 -32
- package/scss/modules/morph.scss +268 -268
- package/scss/modules/necro-post.scss +8 -8
- package/scss/modules/nprogress.scss +80 -80
- package/scss/modules/taskbar.scss +160 -160
- package/scss/modules/user-menu.scss +7 -7
- package/scss/modules/usercard.scss +64 -64
- package/scss/noscript.scss +80 -80
- package/scss/overrides.scss +39 -39
- package/scss/persona.scss +34 -35
- package/scss/posts_list.scss +127 -127
- package/scss/search.scss +48 -48
- package/scss/style.scss +256 -270
- package/scss/tags.scss +10 -10
- package/scss/topic.scss +571 -571
- package/scss/topics_list.scss +16 -16
- package/scss/variables.scss +6 -6
- package/templates/account/blocks.tpl +46 -46
- package/templates/account/categories.tpl +28 -28
- package/templates/account/consent.tpl +68 -68
- package/templates/account/edit/password.tpl +29 -29
- package/templates/account/edit/username.tpl +25 -25
- package/templates/account/edit.tpl +136 -136
- package/templates/account/followers.tpl +17 -17
- package/templates/account/following.tpl +17 -17
- package/templates/account/groups.tpl +16 -16
- package/templates/account/info.tpl +291 -291
- package/templates/account/posts.tpl +18 -18
- package/templates/account/profile.tpl +166 -166
- package/templates/account/sessions.tpl +31 -31
- package/templates/account/settings.tpl +251 -251
- package/templates/account/tags.tpl +9 -9
- package/templates/account/theme.tpl +25 -25
- package/templates/account/topics.tpl +29 -29
- package/templates/account/uploads.tpl +42 -42
- package/templates/admin/plugins/persona.tpl +24 -24
- package/templates/categories.tpl +31 -31
- package/templates/category.tpl +63 -63
- package/templates/flags/detail.tpl +208 -208
- package/templates/flags/list.tpl +71 -71
- package/templates/footer.tpl +11 -11
- package/templates/groups/details.tpl +77 -77
- package/templates/groups/list.tpl +48 -48
- package/templates/groups/members.tpl +5 -5
- package/templates/header.tpl +47 -47
- package/templates/modules/taskbar.tpl +2 -2
- package/templates/modules/usercard.tpl +36 -36
- package/templates/notifications.tpl +66 -66
- package/templates/partials/account/category-item.tpl +23 -23
- package/templates/partials/account/header.tpl +47 -47
- package/templates/partials/account/menu.tpl +108 -108
- package/templates/partials/breadcrumbs.tpl +18 -18
- package/templates/partials/buttons/newTopic.tpl +22 -22
- package/templates/partials/categories/item.tpl +60 -60
- package/templates/partials/categories/lastpost.tpl +26 -26
- package/templates/partials/category/filter-dropdown-content.tpl +31 -31
- package/templates/partials/category/selector-dropdown-content.tpl +32 -32
- package/templates/partials/category/sort.tpl +14 -14
- package/templates/partials/category/subcategory.tpl +17 -17
- package/templates/partials/category/tags.tpl +3 -3
- package/templates/partials/category/tools.tpl +86 -86
- package/templates/partials/category/watch.tpl +55 -55
- package/templates/partials/chats-menu.tpl +40 -40
- package/templates/partials/cookie-consent.tpl +4 -4
- package/templates/partials/flags/filters.tpl +173 -173
- package/templates/partials/groups/admin.tpl +200 -200
- package/templates/partials/groups/filter-dropdown-content.tpl +24 -24
- package/templates/partials/groups/list.tpl +20 -20
- package/templates/partials/groups/memberlist.tpl +42 -42
- package/templates/partials/header/chats.tpl +18 -18
- package/templates/partials/header/notifications.tpl +18 -18
- package/templates/partials/header/search.tpl +24 -24
- package/templates/partials/header/user-menu.tpl +96 -96
- package/templates/partials/menu.tpl +128 -128
- package/templates/partials/notifications_list.tpl +30 -30
- package/templates/partials/paginator.tpl +44 -44
- package/templates/partials/post_bar.tpl +20 -20
- package/templates/partials/posts_list.tpl +7 -7
- package/templates/partials/posts_list_item.tpl +31 -31
- package/templates/partials/quick-search-results.tpl +33 -33
- package/templates/partials/search-filters.tpl +183 -183
- package/templates/partials/search-results.tpl +54 -54
- package/templates/partials/slideout-menu.tpl +4 -4
- package/templates/partials/tags/filter-dropdown-content.tpl +33 -33
- package/templates/partials/tags/watch.tpl +35 -35
- package/templates/partials/tags_list.tpl +4 -4
- package/templates/partials/toast.tpl +19 -19
- package/templates/partials/topic/event.tpl +12 -12
- package/templates/partials/topic/navigation-post.tpl +11 -11
- package/templates/partials/topic/navigator.tpl +39 -39
- package/templates/partials/topic/necro-post.tpl +2 -2
- package/templates/partials/topic/post-menu-list.tpl +132 -132
- package/templates/partials/topic/post-menu.tpl +4 -4
- package/templates/partials/topic/post.tpl +128 -128
- package/templates/partials/topic/quickreply.tpl +28 -28
- package/templates/partials/topic/reply-button.tpl +26 -26
- package/templates/partials/topic/selection-tooltip.tpl +2 -2
- package/templates/partials/topic/sort.tpl +9 -9
- package/templates/partials/topic/stats.tpl +11 -11
- package/templates/partials/topic/tags.tpl +2 -2
- package/templates/partials/topic/tools.tpl +7 -7
- package/templates/partials/topic/topic-menu-list.tpl +74 -74
- package/templates/partials/topic/watch.tpl +47 -47
- package/templates/partials/topic-filters.tpl +11 -11
- package/templates/partials/topic-terms.tpl +11 -11
- package/templates/partials/topics_list.tpl +117 -117
- package/templates/partials/users/filter-dropdown-content.tpl +20 -20
- package/templates/partials/users/item.tpl +43 -43
- package/templates/partials/users_list.tpl +14 -14
- package/templates/partials/users_list_menu.tpl +20 -20
- package/templates/popular.tpl +35 -35
- package/templates/recent.tpl +37 -37
- package/templates/search.tpl +47 -47
- package/templates/tag.tpl +34 -34
- package/templates/tags.tpl +32 -32
- package/templates/top.tpl +35 -35
- package/templates/topic.tpl +129 -129
- package/templates/unread.tpl +37 -37
- package/templates/users.tpl +34 -34
- package/scss/register.scss +0 -71
package/scss/mobile.scss
CHANGED
|
@@ -1,331 +1,331 @@
|
|
|
1
|
-
|
|
2
|
-
.slideout-menu {
|
|
3
|
-
overflow-y: auto;
|
|
4
|
-
-webkit-overflow-scrolling: touch;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
/* iPhone 5 and other such devices */
|
|
8
|
-
@include media-breakpoint-down(sm) {
|
|
9
|
-
.chat-modal {
|
|
10
|
-
width: 100%;
|
|
11
|
-
height: 100%;
|
|
12
|
-
top: 0px !important;
|
|
13
|
-
left: 0px !important;
|
|
14
|
-
|
|
15
|
-
.modal-dialog {
|
|
16
|
-
margin: 0;
|
|
17
|
-
height: 100%;
|
|
18
|
-
width: 100%;
|
|
19
|
-
|
|
20
|
-
.modal-content {
|
|
21
|
-
height: 100%;
|
|
22
|
-
border: none;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.account {
|
|
28
|
-
margin-top: 256px;
|
|
29
|
-
|
|
30
|
-
.cover .controls i {
|
|
31
|
-
font-size: 3em;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@include media-breakpoint-down(lg) {
|
|
37
|
-
#panel {
|
|
38
|
-
background-color: inherit;
|
|
39
|
-
min-height: 100%;
|
|
40
|
-
padding-bottom: 40px;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
body, #panel, .slideout-menu {
|
|
44
|
-
-webkit-overflow-scrolling: touch;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.navbar-toggle {
|
|
48
|
-
padding: 10px 17px;
|
|
49
|
-
margin: 0;
|
|
50
|
-
line-height: 30px;
|
|
51
|
-
border: none;
|
|
52
|
-
|
|
53
|
-
&#mobile-menu {
|
|
54
|
-
.unread-count::after {
|
|
55
|
-
left: 32px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
.header & .notification-icon {
|
|
59
|
-
left: auto;
|
|
60
|
-
right: 7px;
|
|
61
|
-
top: 10px;
|
|
62
|
-
&[component="notifications/icon"] {
|
|
63
|
-
right: 41px;
|
|
64
|
-
}
|
|
65
|
-
&.unread-count::after {
|
|
66
|
-
position: static;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
.navbar .navbar-search {
|
|
71
|
-
input[name="term"] {
|
|
72
|
-
width: 150px;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
padding: 4px 0px 4px 0px;
|
|
76
|
-
}
|
|
77
|
-
#menu .menu-section {
|
|
78
|
-
padding-top: 20px;
|
|
79
|
-
}
|
|
80
|
-
#chats-menu {
|
|
81
|
-
.nav-pills {
|
|
82
|
-
[component="user/status"] {
|
|
83
|
-
position: absolute;
|
|
84
|
-
right: 24px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
background-color: #101010;
|
|
88
|
-
height: 50px;
|
|
89
|
-
li {
|
|
90
|
-
margin: 0;
|
|
91
|
-
padding: 0;
|
|
92
|
-
width: 33%;
|
|
93
|
-
text-align: center;
|
|
94
|
-
height: 100%;
|
|
95
|
-
a {
|
|
96
|
-
height: 100%;
|
|
97
|
-
padding-top: 15px;
|
|
98
|
-
&.active {
|
|
99
|
-
background-color: $dark;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.slideout-menu {
|
|
107
|
-
z-index: 10000 !important;
|
|
108
|
-
background-color: $dark;
|
|
109
|
-
|
|
110
|
-
a, button {
|
|
111
|
-
color: #fff;
|
|
112
|
-
text-decoration: none;
|
|
113
|
-
|
|
114
|
-
&:hover {
|
|
115
|
-
text-decoration: underline;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
.nav-item .dropdown-menu {
|
|
119
|
-
width: 100%;
|
|
120
|
-
background-color: $dark;
|
|
121
|
-
}
|
|
122
|
-
.chat-list {
|
|
123
|
-
max-height: 100%;
|
|
124
|
-
|
|
125
|
-
li {
|
|
126
|
-
width: auto;
|
|
127
|
-
border: none;
|
|
128
|
-
color: #fff;
|
|
129
|
-
position: relative;
|
|
130
|
-
height: 60px;
|
|
131
|
-
|
|
132
|
-
&:hover {
|
|
133
|
-
background: none;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
&:not(:last-child) {
|
|
137
|
-
border-bottom: none;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.main-avatar {
|
|
141
|
-
position: absolute;
|
|
142
|
-
top: 0;
|
|
143
|
-
left: 0;
|
|
144
|
-
|
|
145
|
-
.avatar {
|
|
146
|
-
$size: 40px;
|
|
147
|
-
@include user-icon-style($size, calc($size * 0.6), 0);
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.members {
|
|
152
|
-
display: none;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.room-name {
|
|
156
|
-
display: block;
|
|
157
|
-
overflow: hidden;
|
|
158
|
-
white-space: nowrap;
|
|
159
|
-
text-overflow: ellipsis;
|
|
160
|
-
padding-left: 60px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.teaser-content {
|
|
164
|
-
padding-left: 60px;
|
|
165
|
-
display: block;
|
|
166
|
-
font-size: 13px;
|
|
167
|
-
opacity: .8;
|
|
168
|
-
overflow: hidden;
|
|
169
|
-
white-space: nowrap;
|
|
170
|
-
text-overflow: ellipsis;
|
|
171
|
-
}
|
|
172
|
-
.teaser-timestamp {
|
|
173
|
-
font-size: 10px;
|
|
174
|
-
margin-right: 0.5rem;
|
|
175
|
-
margin-top: 0.5rem;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.menu-section {
|
|
181
|
-
.notification-list-mobile li .text {
|
|
182
|
-
display: block;
|
|
183
|
-
}
|
|
184
|
-
.chat-list, .notification-list-mobile {
|
|
185
|
-
.user-link {
|
|
186
|
-
display: inline;
|
|
187
|
-
}
|
|
188
|
-
.unread {
|
|
189
|
-
background-color: inherit;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.notification-chat-content {
|
|
193
|
-
padding-top: 10px;
|
|
194
|
-
padding-right: 20px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.notification-chat-controls {
|
|
198
|
-
display: none;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
.chat-list .unread .room-name::after,
|
|
202
|
-
.notification-list-mobile .unread a::after {
|
|
203
|
-
content: "new";
|
|
204
|
-
text-transform: uppercase;
|
|
205
|
-
color: #FFF;
|
|
206
|
-
margin-left: 5px;
|
|
207
|
-
font-size: 10px;
|
|
208
|
-
background: #C91106;
|
|
209
|
-
border: 1px solid #890405;
|
|
210
|
-
padding: 2px 3px;
|
|
211
|
-
border-radius: 5px;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.counter {
|
|
216
|
-
font-style: normal;
|
|
217
|
-
|
|
218
|
-
&:after {
|
|
219
|
-
top: -1px;
|
|
220
|
-
padding: 3px 7px;
|
|
221
|
-
background: #333;
|
|
222
|
-
border: 1px solid #222;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
&:before {
|
|
226
|
-
display: none;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.menu-header-title {
|
|
232
|
-
font-weight: 400;
|
|
233
|
-
letter-spacing: 0.5px;
|
|
234
|
-
margin: 0;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.menu-section-title {
|
|
238
|
-
text-transform: uppercase;
|
|
239
|
-
color: #85888d;
|
|
240
|
-
font-weight: 200;
|
|
241
|
-
font-size: 13px;
|
|
242
|
-
letter-spacing: 1px;
|
|
243
|
-
padding: 0 20px;
|
|
244
|
-
margin:0;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.menu-section-list {
|
|
248
|
-
padding: 0;
|
|
249
|
-
margin: 0;
|
|
250
|
-
list-style: none;
|
|
251
|
-
|
|
252
|
-
a, button {
|
|
253
|
-
display: block;
|
|
254
|
-
padding: 10px 20px;
|
|
255
|
-
text-align: left;
|
|
256
|
-
width: 100%;
|
|
257
|
-
|
|
258
|
-
&:hover {
|
|
259
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
260
|
-
text-decoration: none;
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.user-status {
|
|
265
|
-
padding-left: 40px;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.slideout-open,
|
|
270
|
-
.slideout-open body,
|
|
271
|
-
.slideout-open .slideout-panel {
|
|
272
|
-
overflow: hidden;
|
|
273
|
-
overflow-y: hidden !important;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
@keyframes fade {
|
|
277
|
-
from {
|
|
278
|
-
opacity: 0;
|
|
279
|
-
}
|
|
280
|
-
to {
|
|
281
|
-
opacity: .3;
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
.subnav-is-opened .main-nav__secondary-nav {
|
|
285
|
-
display: block;
|
|
286
|
-
animation: fade 250ms ease-in-out both;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.slideout-open .slideout-panel {
|
|
290
|
-
&::after {
|
|
291
|
-
position: fixed;
|
|
292
|
-
top: 0;
|
|
293
|
-
bottom: 0;
|
|
294
|
-
left: 0;
|
|
295
|
-
right: 0;
|
|
296
|
-
z-index: 1040;
|
|
297
|
-
content: ' ';
|
|
298
|
-
|
|
299
|
-
opacity: 0;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.menu-profile {
|
|
304
|
-
text-align: center;
|
|
305
|
-
background: #101010;
|
|
306
|
-
position: absolute;
|
|
307
|
-
height: 75px;
|
|
308
|
-
width: 100%;
|
|
309
|
-
top: 0px;
|
|
310
|
-
z-index: 1;
|
|
311
|
-
|
|
312
|
-
img, .user-icon {
|
|
313
|
-
@include user-icon-style(70px, 4rem);
|
|
314
|
-
position: absolute;
|
|
315
|
-
bottom: -22px;
|
|
316
|
-
left: 93px;
|
|
317
|
-
border-radius: 50%;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
i {
|
|
321
|
-
position: absolute;
|
|
322
|
-
left: 145px;
|
|
323
|
-
font-size: 21px;
|
|
324
|
-
top: 28px;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
[data-section="notifications"] ul li a:first-child {
|
|
329
|
-
display: none;
|
|
330
|
-
}
|
|
331
|
-
}
|
|
1
|
+
|
|
2
|
+
.slideout-menu {
|
|
3
|
+
overflow-y: auto;
|
|
4
|
+
-webkit-overflow-scrolling: touch;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
/* iPhone 5 and other such devices */
|
|
8
|
+
@include media-breakpoint-down(sm) {
|
|
9
|
+
.chat-modal {
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
top: 0px !important;
|
|
13
|
+
left: 0px !important;
|
|
14
|
+
|
|
15
|
+
.modal-dialog {
|
|
16
|
+
margin: 0;
|
|
17
|
+
height: 100%;
|
|
18
|
+
width: 100%;
|
|
19
|
+
|
|
20
|
+
.modal-content {
|
|
21
|
+
height: 100%;
|
|
22
|
+
border: none;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.account {
|
|
28
|
+
margin-top: 256px;
|
|
29
|
+
|
|
30
|
+
.cover .controls i {
|
|
31
|
+
font-size: 3em;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@include media-breakpoint-down(lg) {
|
|
37
|
+
#panel {
|
|
38
|
+
background-color: inherit;
|
|
39
|
+
min-height: 100%;
|
|
40
|
+
padding-bottom: 40px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
body, #panel, .slideout-menu {
|
|
44
|
+
-webkit-overflow-scrolling: touch;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.navbar-toggle {
|
|
48
|
+
padding: 10px 17px;
|
|
49
|
+
margin: 0;
|
|
50
|
+
line-height: 30px;
|
|
51
|
+
border: none;
|
|
52
|
+
|
|
53
|
+
&#mobile-menu {
|
|
54
|
+
.unread-count::after {
|
|
55
|
+
left: 32px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.header & .notification-icon {
|
|
59
|
+
left: auto;
|
|
60
|
+
right: 7px;
|
|
61
|
+
top: 10px;
|
|
62
|
+
&[component="notifications/icon"] {
|
|
63
|
+
right: 41px;
|
|
64
|
+
}
|
|
65
|
+
&.unread-count::after {
|
|
66
|
+
position: static;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
.navbar .navbar-search {
|
|
71
|
+
input[name="term"] {
|
|
72
|
+
width: 150px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
padding: 4px 0px 4px 0px;
|
|
76
|
+
}
|
|
77
|
+
#menu .menu-section {
|
|
78
|
+
padding-top: 20px;
|
|
79
|
+
}
|
|
80
|
+
#chats-menu {
|
|
81
|
+
.nav-pills {
|
|
82
|
+
[component="user/status"] {
|
|
83
|
+
position: absolute;
|
|
84
|
+
right: 24px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
background-color: #101010;
|
|
88
|
+
height: 50px;
|
|
89
|
+
li {
|
|
90
|
+
margin: 0;
|
|
91
|
+
padding: 0;
|
|
92
|
+
width: 33%;
|
|
93
|
+
text-align: center;
|
|
94
|
+
height: 100%;
|
|
95
|
+
a {
|
|
96
|
+
height: 100%;
|
|
97
|
+
padding-top: 15px;
|
|
98
|
+
&.active {
|
|
99
|
+
background-color: $dark;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.slideout-menu {
|
|
107
|
+
z-index: 10000 !important;
|
|
108
|
+
background-color: $dark;
|
|
109
|
+
|
|
110
|
+
a, button {
|
|
111
|
+
color: #fff;
|
|
112
|
+
text-decoration: none;
|
|
113
|
+
|
|
114
|
+
&:hover {
|
|
115
|
+
text-decoration: underline;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
.nav-item .dropdown-menu {
|
|
119
|
+
width: 100%;
|
|
120
|
+
background-color: $dark;
|
|
121
|
+
}
|
|
122
|
+
.chat-list {
|
|
123
|
+
max-height: 100%;
|
|
124
|
+
|
|
125
|
+
li {
|
|
126
|
+
width: auto;
|
|
127
|
+
border: none;
|
|
128
|
+
color: #fff;
|
|
129
|
+
position: relative;
|
|
130
|
+
height: 60px;
|
|
131
|
+
|
|
132
|
+
&:hover {
|
|
133
|
+
background: none;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&:not(:last-child) {
|
|
137
|
+
border-bottom: none;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.main-avatar {
|
|
141
|
+
position: absolute;
|
|
142
|
+
top: 0;
|
|
143
|
+
left: 0;
|
|
144
|
+
|
|
145
|
+
.avatar {
|
|
146
|
+
$size: 40px;
|
|
147
|
+
@include user-icon-style($size, calc($size * 0.6), 0);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.members {
|
|
152
|
+
display: none;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.room-name {
|
|
156
|
+
display: block;
|
|
157
|
+
overflow: hidden;
|
|
158
|
+
white-space: nowrap;
|
|
159
|
+
text-overflow: ellipsis;
|
|
160
|
+
padding-left: 60px;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.teaser-content {
|
|
164
|
+
padding-left: 60px;
|
|
165
|
+
display: block;
|
|
166
|
+
font-size: 13px;
|
|
167
|
+
opacity: .8;
|
|
168
|
+
overflow: hidden;
|
|
169
|
+
white-space: nowrap;
|
|
170
|
+
text-overflow: ellipsis;
|
|
171
|
+
}
|
|
172
|
+
.teaser-timestamp {
|
|
173
|
+
font-size: 10px;
|
|
174
|
+
margin-right: 0.5rem;
|
|
175
|
+
margin-top: 0.5rem;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.menu-section {
|
|
181
|
+
.notification-list-mobile li .text {
|
|
182
|
+
display: block;
|
|
183
|
+
}
|
|
184
|
+
.chat-list, .notification-list-mobile {
|
|
185
|
+
.user-link {
|
|
186
|
+
display: inline;
|
|
187
|
+
}
|
|
188
|
+
.unread {
|
|
189
|
+
background-color: inherit;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.notification-chat-content {
|
|
193
|
+
padding-top: 10px;
|
|
194
|
+
padding-right: 20px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.notification-chat-controls {
|
|
198
|
+
display: none;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
.chat-list .unread .room-name::after,
|
|
202
|
+
.notification-list-mobile .unread a::after {
|
|
203
|
+
content: "new";
|
|
204
|
+
text-transform: uppercase;
|
|
205
|
+
color: #FFF;
|
|
206
|
+
margin-left: 5px;
|
|
207
|
+
font-size: 10px;
|
|
208
|
+
background: #C91106;
|
|
209
|
+
border: 1px solid #890405;
|
|
210
|
+
padding: 2px 3px;
|
|
211
|
+
border-radius: 5px;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.counter {
|
|
216
|
+
font-style: normal;
|
|
217
|
+
|
|
218
|
+
&:after {
|
|
219
|
+
top: -1px;
|
|
220
|
+
padding: 3px 7px;
|
|
221
|
+
background: #333;
|
|
222
|
+
border: 1px solid #222;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
&:before {
|
|
226
|
+
display: none;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.menu-header-title {
|
|
232
|
+
font-weight: 400;
|
|
233
|
+
letter-spacing: 0.5px;
|
|
234
|
+
margin: 0;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.menu-section-title {
|
|
238
|
+
text-transform: uppercase;
|
|
239
|
+
color: #85888d;
|
|
240
|
+
font-weight: 200;
|
|
241
|
+
font-size: 13px;
|
|
242
|
+
letter-spacing: 1px;
|
|
243
|
+
padding: 0 20px;
|
|
244
|
+
margin:0;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.menu-section-list {
|
|
248
|
+
padding: 0;
|
|
249
|
+
margin: 0;
|
|
250
|
+
list-style: none;
|
|
251
|
+
|
|
252
|
+
a, button {
|
|
253
|
+
display: block;
|
|
254
|
+
padding: 10px 20px;
|
|
255
|
+
text-align: left;
|
|
256
|
+
width: 100%;
|
|
257
|
+
|
|
258
|
+
&:hover {
|
|
259
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
260
|
+
text-decoration: none;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.user-status {
|
|
265
|
+
padding-left: 40px;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.slideout-open,
|
|
270
|
+
.slideout-open body,
|
|
271
|
+
.slideout-open .slideout-panel {
|
|
272
|
+
overflow: hidden;
|
|
273
|
+
overflow-y: hidden !important;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
@keyframes fade {
|
|
277
|
+
from {
|
|
278
|
+
opacity: 0;
|
|
279
|
+
}
|
|
280
|
+
to {
|
|
281
|
+
opacity: .3;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
.subnav-is-opened .main-nav__secondary-nav {
|
|
285
|
+
display: block;
|
|
286
|
+
animation: fade 250ms ease-in-out both;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.slideout-open .slideout-panel {
|
|
290
|
+
&::after {
|
|
291
|
+
position: fixed;
|
|
292
|
+
top: 0;
|
|
293
|
+
bottom: 0;
|
|
294
|
+
left: 0;
|
|
295
|
+
right: 0;
|
|
296
|
+
z-index: 1040;
|
|
297
|
+
content: ' ';
|
|
298
|
+
|
|
299
|
+
opacity: 0;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.menu-profile {
|
|
304
|
+
text-align: center;
|
|
305
|
+
background: #101010;
|
|
306
|
+
position: absolute;
|
|
307
|
+
height: 75px;
|
|
308
|
+
width: 100%;
|
|
309
|
+
top: 0px;
|
|
310
|
+
z-index: 1;
|
|
311
|
+
|
|
312
|
+
img, .user-icon {
|
|
313
|
+
@include user-icon-style(70px, 4rem);
|
|
314
|
+
position: absolute;
|
|
315
|
+
bottom: -22px;
|
|
316
|
+
left: 93px;
|
|
317
|
+
border-radius: 50%;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
i {
|
|
321
|
+
position: absolute;
|
|
322
|
+
left: 145px;
|
|
323
|
+
font-size: 21px;
|
|
324
|
+
top: 28px;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
[data-section="notifications"] ul li a:first-child {
|
|
329
|
+
display: none;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
body.page-compose,
|
|
2
|
-
.page-compose #content,
|
|
3
|
-
.page-compose #panel {
|
|
4
|
-
height: calc(100vh - var(--panel-offset));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.page-compose .composer .composer-container {
|
|
8
|
-
border: 0;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.composer {
|
|
12
|
-
.composer-container {
|
|
13
|
-
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
14
|
-
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
15
|
-
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.resizer {
|
|
19
|
-
border: 0 !important;
|
|
20
|
-
}
|
|
1
|
+
body.page-compose,
|
|
2
|
+
.page-compose #content,
|
|
3
|
+
.page-compose #panel {
|
|
4
|
+
height: calc(100vh - var(--panel-offset));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.page-compose .composer .composer-container {
|
|
8
|
+
border: 0;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.composer {
|
|
12
|
+
.composer-container {
|
|
13
|
+
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
14
|
+
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
15
|
+
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.resizer {
|
|
19
|
+
border: 0 !important;
|
|
20
|
+
}
|
|
21
21
|
}
|