nodebb-theme-persona 13.0.14 → 13.0.15

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.14",
3
+ "version": "13.0.15",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
package/scss/topic.scss CHANGED
@@ -381,10 +381,6 @@
381
381
  }
382
382
  }
383
383
  }
384
-
385
- [component="topic/quickreply/button"] {
386
- margin-bottom: 10px;
387
- }
388
384
  }
389
385
  }
390
386
 
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
  <div class="btn-group float-end">
19
19
  <button type="submit" component="topic/quickreply/button" class="btn btn-primary">[[topic:post-quick-reply]]</button>
20
- <button type="submit" component="topic/quickreply/expand" class="btn btn-default" formmethod="get"><i class="fa fa-expand"></i></button>
20
+ <button type="submit" component="topic/quickreply/expand" class="btn btn-outline-primary" formmethod="get"><i class="fa fa-expand"></i></button>
21
21
  </div>
22
22
  </form>
23
23
  <form component="topic/quickreply/upload" method="post" enctype="multipart/form-data">