nodebb-theme-persona 13.0.11 → 13.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "13.0.11",
3
+ "version": "13.0.13",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
package/scss/persona.scss CHANGED
@@ -13,7 +13,6 @@
13
13
  @import "chats";
14
14
  @import "search";
15
15
  @import "topics_list";
16
- @import "outgoing";
17
16
  @import "footer";
18
17
  @import "posts_list";
19
18
  @import "register";
@@ -30,7 +29,6 @@
30
29
  @import "modules/alerts";
31
30
  @import "modules/fab";
32
31
  @import "modules/morph";
33
- @import "modules/composer-default";
34
32
  @import "modules/cookie-consent";
35
33
  @import "modules/necro-post";
36
34
 
package/scss/topic.scss CHANGED
@@ -326,7 +326,7 @@
326
326
  .posts .icon {
327
327
  min-width: 0;
328
328
  min-height: 0;
329
- margin-top: -3px;
329
+ margin-top: 0px;
330
330
 
331
331
  .avatar {
332
332
  @include user-icon-style(23px, calc(23px * 0.6), 50%);
@@ -437,10 +437,6 @@
437
437
  .content {
438
438
  @include fix-lists;
439
439
 
440
- blockquote {
441
- font-size: 12px;
442
- }
443
-
444
440
  > blockquote {
445
441
  > blockquote {
446
442
  > *:not(.blockquote) {
@@ -1,17 +0,0 @@
1
- .composer {
2
- .preview {
3
- overflow-y: auto;
4
-
5
- p {
6
- margin: 0 0 18px;
7
- }
8
-
9
- blockquote {
10
- font-size: 12px;
11
-
12
- p {
13
- margin-bottom: 0px;
14
- }
15
- }
16
- }
17
- }
@@ -1,9 +0,0 @@
1
- .outgoing {
2
- .btn-primary {
3
- max-width: 100%;
4
- overflow: hidden;
5
- text-overflow: ellipse;
6
- white-space: inherit;
7
- word-break: break-all;
8
- }
9
- }