nodebb-theme-persona 13.0.11 → 13.0.12

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.12",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -1,17 +1,5 @@
1
1
  .composer {
2
2
  .preview {
3
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
4
  }
17
5
  }
package/scss/topic.scss CHANGED
@@ -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) {