nodebb-theme-harmony 2.2.23 → 2.2.25
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,4 +1,4 @@
|
|
|
1
|
-
<div class="bottombar-nav p-2 text-dark bg-light d-flex justify-content-between align-items-center w-100">
|
|
1
|
+
<div class="bottombar-nav p-2 text-dark bg-light {{{ if config.theme.topMobilebar }}}border-bottom{{{ else }}}border-top{{{ end }}} d-flex justify-content-between align-items-center w-100">
|
|
2
2
|
<div class="bottombar-nav-left d-flex gap-3 align-items-center">
|
|
3
3
|
<div>
|
|
4
4
|
<a href="#" role="button" class="nav-link d-flex justify-content-between align-items-center position-relative" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
</div>
|
|
43
43
|
<div>
|
|
44
44
|
<a class="btn btn-ghost btn-sm ff-secondary d-flex gap-2 align-items-center fw-semibold h-100" href="#" id="world-help">
|
|
45
|
-
<i class="fa fa-question text-primary"></i>
|
|
45
|
+
<i class="fa fa-fw fa-question text-primary"></i>
|
|
46
46
|
<span class="visible-md-inline visible-lg-inline">[[world:help]]</span>
|
|
47
47
|
</a>
|
|
48
48
|
</div>
|