Fix things
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
@xf-linkHoverColor: @xf-paletteAccent2;
|
||||
@xf-linkUgcColor: @xf-paletteAccent3;
|
||||
@xf-linkUgcHoverColor: @xf-paletteAccent2;
|
||||
@xf-nodeListDescriptionDisplay: inline;
|
||||
@xf-nodeListSubDisplay: flat;
|
||||
@xf-pageBg: @xf-paletteColor1;
|
||||
@xf-paletteAccent1: hsl(35, 90%, 95%);
|
||||
@xf-paletteAccent2: #e56700;
|
||||
@@ -44,6 +46,8 @@
|
||||
@xf-paletteNeutral1: #f1f1f1;
|
||||
@xf-paletteNeutral2: #a1a1aa;
|
||||
@xf-paletteNeutral3: #111111;
|
||||
@xf-publicIconUrl: ~'data/assets/logo/plaza-logo-text.webp';
|
||||
@xf-publicIconUrlLarge: ~'data/assets/logo/plaza-logo-text.webp';
|
||||
@xf-publicLogoUrl: ~'data/assets/logo_default/plaza-logo-wide.webp';
|
||||
@xf-selectedItemBgColor: @xf-paletteAccent1;
|
||||
@xf-selectedItemColor: @xf-paletteAccent3;
|
||||
|
||||
@@ -75,6 +75,6 @@
|
||||
"addon_id": "RomhackPlaza/Master",
|
||||
"version_id": 1010170,
|
||||
"version_string": "1.1.1",
|
||||
"hash": "4ac16e08537b5e27002da4232a526515"
|
||||
"hash": "284f227e9f4c33c9a0e69f8a9cd52706"
|
||||
}
|
||||
}
|
||||
@@ -113,16 +113,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="js-alertsMenuBody">
|
||||
<div class="notifications-loading">
|
||||
<i data-lucide="loader-2" class="$spin"></i>
|
||||
<div class="menu-scroller">
|
||||
<div class="js-alertsMenuBody">
|
||||
<div class="notifications-loading">
|
||||
<i data-lucide="loader-2" class="$spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<a class="$btn js-badge--conversations badgeContainer{{ $xf.visitor.conversations_unread ? ' badgeContainer--highlighted' : '' }}" data-badge="{$xf.visitor.conversations_unread|number}" data-xf-click="menu" data-xf-key="{{ phrase('shortcut.conversations_menu')|for_attr }}" data-menu-pos-ref="< .p-navgroup" title="{{ phrase('direct_messages')|for_attr }}" aria-haspopup="true" aria-expanded="false" title="Messages">
|
||||
<a class="$btn js-badge--conversations badgeContainer{{ $xf.visitor.conversations_unread ? ' badgeContainer--highlighted' : '' }}" data-badge="{$xf.visitor.conversations_unread|number}" data-xf-click="menu" data-xf-key="{{ phrase('shortcut.conversations_menu')|for_attr }}" data-menu-pos-ref="< .p-navgroup" aria-haspopup="true" aria-expanded="false" title="Messages">
|
||||
<i data-lucide="mail" size="18"></i>
|
||||
</a>
|
||||
<div class="menu menu--structural menu--medium" data-menu="menu" aria-hidden="true"
|
||||
@@ -141,9 +143,11 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="js-convMenuBody">
|
||||
<div class="$notifications-loading">
|
||||
<i data-lucide="loader-2" class="$spin"></i>
|
||||
<div class="menu-scroller">
|
||||
<div class="js-convMenuBody">
|
||||
<div class="$notifications-loading">
|
||||
<i data-lucide="loader-2" class="$spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user