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.
Files changed (146) hide show
  1. package/.eslintrc +2 -2
  2. package/README.md +20 -20
  3. package/lib/controllers.js +24 -24
  4. package/library.js +97 -97
  5. package/package.json +52 -52
  6. package/plugin.json +20 -20
  7. package/public/.eslintrc +2 -2
  8. package/public/admin.js +15 -15
  9. package/public/modules/autohidingnavbar.js +220 -220
  10. package/public/modules/mobile-menu.js +190 -190
  11. package/public/modules/taskbar.js +65 -65
  12. package/public/persona.js +257 -257
  13. package/public/settings.js +53 -53
  14. package/scss/account.scss +336 -336
  15. package/scss/categories.scss +205 -205
  16. package/scss/category.scss +161 -161
  17. package/scss/chats.scss +14 -14
  18. package/scss/flags.scss +42 -42
  19. package/scss/footer.scss +16 -16
  20. package/scss/groups.scss +166 -166
  21. package/scss/header.scss +361 -361
  22. package/scss/keyframes.scss +152 -152
  23. package/scss/mixins.scss +129 -129
  24. package/scss/mobile.scss +331 -331
  25. package/scss/modules/composer.scss +20 -20
  26. package/scss/modules/cookie-consent.scss +12 -12
  27. package/scss/modules/fab.scss +32 -32
  28. package/scss/modules/morph.scss +268 -268
  29. package/scss/modules/necro-post.scss +8 -8
  30. package/scss/modules/nprogress.scss +80 -80
  31. package/scss/modules/taskbar.scss +160 -160
  32. package/scss/modules/user-menu.scss +7 -7
  33. package/scss/modules/usercard.scss +64 -64
  34. package/scss/noscript.scss +80 -80
  35. package/scss/overrides.scss +39 -39
  36. package/scss/persona.scss +34 -35
  37. package/scss/posts_list.scss +127 -127
  38. package/scss/search.scss +48 -48
  39. package/scss/style.scss +256 -270
  40. package/scss/tags.scss +10 -10
  41. package/scss/topic.scss +571 -571
  42. package/scss/topics_list.scss +16 -16
  43. package/scss/variables.scss +6 -6
  44. package/templates/account/blocks.tpl +46 -46
  45. package/templates/account/categories.tpl +28 -28
  46. package/templates/account/consent.tpl +68 -68
  47. package/templates/account/edit/password.tpl +29 -29
  48. package/templates/account/edit/username.tpl +25 -25
  49. package/templates/account/edit.tpl +136 -136
  50. package/templates/account/followers.tpl +17 -17
  51. package/templates/account/following.tpl +17 -17
  52. package/templates/account/groups.tpl +16 -16
  53. package/templates/account/info.tpl +291 -291
  54. package/templates/account/posts.tpl +18 -18
  55. package/templates/account/profile.tpl +166 -166
  56. package/templates/account/sessions.tpl +31 -31
  57. package/templates/account/settings.tpl +251 -251
  58. package/templates/account/tags.tpl +9 -9
  59. package/templates/account/theme.tpl +25 -25
  60. package/templates/account/topics.tpl +29 -29
  61. package/templates/account/uploads.tpl +42 -42
  62. package/templates/admin/plugins/persona.tpl +24 -24
  63. package/templates/categories.tpl +31 -31
  64. package/templates/category.tpl +63 -63
  65. package/templates/flags/detail.tpl +208 -208
  66. package/templates/flags/list.tpl +71 -71
  67. package/templates/footer.tpl +11 -11
  68. package/templates/groups/details.tpl +77 -77
  69. package/templates/groups/list.tpl +48 -48
  70. package/templates/groups/members.tpl +5 -5
  71. package/templates/header.tpl +47 -47
  72. package/templates/modules/taskbar.tpl +2 -2
  73. package/templates/modules/usercard.tpl +36 -36
  74. package/templates/notifications.tpl +66 -66
  75. package/templates/partials/account/category-item.tpl +23 -23
  76. package/templates/partials/account/header.tpl +47 -47
  77. package/templates/partials/account/menu.tpl +108 -108
  78. package/templates/partials/breadcrumbs.tpl +18 -18
  79. package/templates/partials/buttons/newTopic.tpl +22 -22
  80. package/templates/partials/categories/item.tpl +60 -60
  81. package/templates/partials/categories/lastpost.tpl +26 -26
  82. package/templates/partials/category/filter-dropdown-content.tpl +31 -31
  83. package/templates/partials/category/selector-dropdown-content.tpl +32 -32
  84. package/templates/partials/category/sort.tpl +14 -14
  85. package/templates/partials/category/subcategory.tpl +17 -17
  86. package/templates/partials/category/tags.tpl +3 -3
  87. package/templates/partials/category/tools.tpl +86 -86
  88. package/templates/partials/category/watch.tpl +55 -55
  89. package/templates/partials/chats-menu.tpl +40 -40
  90. package/templates/partials/cookie-consent.tpl +4 -4
  91. package/templates/partials/flags/filters.tpl +173 -173
  92. package/templates/partials/groups/admin.tpl +200 -200
  93. package/templates/partials/groups/filter-dropdown-content.tpl +24 -24
  94. package/templates/partials/groups/list.tpl +20 -20
  95. package/templates/partials/groups/memberlist.tpl +42 -42
  96. package/templates/partials/header/chats.tpl +18 -18
  97. package/templates/partials/header/notifications.tpl +18 -18
  98. package/templates/partials/header/search.tpl +24 -24
  99. package/templates/partials/header/user-menu.tpl +96 -96
  100. package/templates/partials/menu.tpl +128 -128
  101. package/templates/partials/notifications_list.tpl +30 -30
  102. package/templates/partials/paginator.tpl +44 -44
  103. package/templates/partials/post_bar.tpl +20 -20
  104. package/templates/partials/posts_list.tpl +7 -7
  105. package/templates/partials/posts_list_item.tpl +31 -31
  106. package/templates/partials/quick-search-results.tpl +33 -33
  107. package/templates/partials/search-filters.tpl +183 -183
  108. package/templates/partials/search-results.tpl +54 -54
  109. package/templates/partials/slideout-menu.tpl +4 -4
  110. package/templates/partials/tags/filter-dropdown-content.tpl +33 -33
  111. package/templates/partials/tags/watch.tpl +35 -35
  112. package/templates/partials/tags_list.tpl +4 -4
  113. package/templates/partials/toast.tpl +19 -19
  114. package/templates/partials/topic/event.tpl +12 -12
  115. package/templates/partials/topic/navigation-post.tpl +11 -11
  116. package/templates/partials/topic/navigator.tpl +39 -39
  117. package/templates/partials/topic/necro-post.tpl +2 -2
  118. package/templates/partials/topic/post-menu-list.tpl +132 -132
  119. package/templates/partials/topic/post-menu.tpl +4 -4
  120. package/templates/partials/topic/post.tpl +128 -128
  121. package/templates/partials/topic/quickreply.tpl +28 -28
  122. package/templates/partials/topic/reply-button.tpl +26 -26
  123. package/templates/partials/topic/selection-tooltip.tpl +2 -2
  124. package/templates/partials/topic/sort.tpl +9 -9
  125. package/templates/partials/topic/stats.tpl +11 -11
  126. package/templates/partials/topic/tags.tpl +2 -2
  127. package/templates/partials/topic/tools.tpl +7 -7
  128. package/templates/partials/topic/topic-menu-list.tpl +74 -74
  129. package/templates/partials/topic/watch.tpl +47 -47
  130. package/templates/partials/topic-filters.tpl +11 -11
  131. package/templates/partials/topic-terms.tpl +11 -11
  132. package/templates/partials/topics_list.tpl +117 -117
  133. package/templates/partials/users/filter-dropdown-content.tpl +20 -20
  134. package/templates/partials/users/item.tpl +43 -43
  135. package/templates/partials/users_list.tpl +14 -14
  136. package/templates/partials/users_list_menu.tpl +20 -20
  137. package/templates/popular.tpl +35 -35
  138. package/templates/recent.tpl +37 -37
  139. package/templates/search.tpl +47 -47
  140. package/templates/tag.tpl +34 -34
  141. package/templates/tags.tpl +32 -32
  142. package/templates/top.tpl +35 -35
  143. package/templates/topic.tpl +129 -129
  144. package/templates/unread.tpl +37 -37
  145. package/templates/users.tpl +34 -34
  146. 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
  }