nodebb-theme-persona 13.0.2 → 13.0.3
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,17 +1,17 @@
|
|
|
1
|
-
<div class="d-flex align-items-center me-auto">
|
|
1
|
+
<div class="d-flex align-items-center me-auto" style="min-width: 0px;">
|
|
2
2
|
<button type="button" class="navbar-toggler border-0" id="mobile-menu">
|
|
3
3
|
<i class="fa fa-lg fa-fw fa-bars unread-count" ></i>
|
|
4
4
|
<span component="unread/icon" class="notification-icon fa fa-fw fa-book unread-count" data-content="{unreadCount.mobileUnread}" data-unread-url="{unreadCount.unreadUrl}"></span>
|
|
5
5
|
</button>
|
|
6
|
-
<div class="d-inline-flex align-items-center">
|
|
6
|
+
<div class="d-inline-flex align-items-center" style="min-width: 0px;">
|
|
7
7
|
{{{ if brand:logo }}}
|
|
8
8
|
<a class="navbar-brand" href="{{{ if brand:logo:url }}}{brand:logo:url}{{{ else }}}{relative_path}/{{{ end }}}">
|
|
9
9
|
<img alt="{brand:logo:alt}" class="{brand:logo:display} forum-logo d-inline-block align-text-bottom" src="{brand:logo}?{config.cache-buster}" />
|
|
10
10
|
</a>
|
|
11
11
|
{{{ end }}}
|
|
12
12
|
{{{ if config.showSiteTitle }}}
|
|
13
|
-
<a class="navbar-brand text-truncate" href="{{{ if title:url }}}{title:url}{{{ else }}}{relative_path}/{{{ end }}}"
|
|
14
|
-
|
|
13
|
+
<a class="navbar-brand text-truncate" href="{{{ if title:url }}}{title:url}{{{ else }}}{relative_path}/{{{ end }}}">
|
|
14
|
+
{config.siteTitle}
|
|
15
15
|
</a>
|
|
16
16
|
{{{ end }}}
|
|
17
17
|
</div>
|