nodebb-theme-persona 14.2.25 → 14.2.27

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": "14.2.25",
3
+ "version": "14.2.27",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
package/scss/header.scss CHANGED
@@ -46,11 +46,6 @@
46
46
  position: relative;
47
47
  }
48
48
 
49
- .fa {
50
- margin-left: 10px;
51
- color: rgb(153, 153, 153);
52
- }
53
-
54
49
  @include media-breakpoint-down(sm) {
55
50
  li {
56
51
  display: none;
package/scss/tags.scss CHANGED
@@ -3,8 +3,8 @@
3
3
  .tag {
4
4
  text-transform: uppercase;
5
5
  font-size: 10px;
6
- background: $gray-200;
7
- color: $gray-600;
6
+ background-color: $gray-200!important;
7
+ color: $gray-700!important;
8
8
  padding: 5px;
9
9
  white-space: nowrap;
10
10
  }
@@ -11,7 +11,7 @@
11
11
  <!-- ENDIF !uploads.length -->
12
12
 
13
13
  <div class="table-responsive">
14
- <table class="table table-striped w-100">
14
+ <table class="table table-sm w-100">
15
15
  <thead>
16
16
  <tr>
17
17
  <th></th>
@@ -21,8 +21,8 @@
21
21
  <tbody>
22
22
  {{{ each uploads }}}
23
23
  <tr data-name="{./name}">
24
- <td>
25
- <a class="text-break" href="{config.relative_path}{./url}">{./url}</a>
24
+ <td class="align-middle">
25
+ <a class="text-break text-reset text-sm" href="{config.relative_path}{./url}">{./url}</a>
26
26
  </td>
27
27
  <td style="width: 1%; white-space: nowrap;">
28
28
  <button class="btn btn-danger btn-sm" data-action="delete" aria-label="[[aria:delete-upload-button]]"><i class="fa fa-trash"></i></button>
@@ -8,7 +8,7 @@
8
8
  {breadcrumbs.text}
9
9
  <!-- IF @last -->
10
10
  <!-- IF !feeds:disableRSS -->
11
- <!-- IF rssFeedUrl --><a target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS -->
11
+ <!-- IF rssFeedUrl --><a class="ms-2 link-secondary" target="_blank" href="{rssFeedUrl}" itemprop="item"><i class="fa fa-rss-square"></i></a><!-- ENDIF rssFeedUrl --><!-- ENDIF !feeds:disableRSS -->
12
12
  <!-- ENDIF @last -->
13
13
  </span>
14
14
  {{{ if ./url }}}</a>{{{ end }}}
@@ -44,7 +44,7 @@
44
44
  <div data-tid="{./tid}" component="topic/tags" class="lh-1 tags tag-list d-flex flex-wrap hidden-xs hidden-empty gap-2"><!-- IMPORT partials/topic/tags.tpl --></div>
45
45
  <div class="d-flex gap-2" component="topic/stats"><!-- IMPORT partials/topic/stats.tpl --></div>
46
46
  {{{ if !feeds:disableRSS }}}
47
- {{{ if rssFeedUrl }}}<a class="hidden-xs" target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square"></i></a>{{{ end }}}
47
+ {{{ if rssFeedUrl }}}<a class="hidden-xs link-secondary" target="_blank" href="{rssFeedUrl}"><i class="fa fa-rss-square fa-xl"></i></a>{{{ end }}}
48
48
  {{{ end }}}
49
49
  {{{ if browsingUsers }}}
50
50
  <div class="d-inline-block hidden-xs">