diff options
author | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-10 08:00:18 +0000 |
commit | 0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1 (patch) | |
tree | c091dfac3e1b5743bb50a7bf7165ae226e0543b8 /view/tpl/notifications_widget.tpl | |
parent | a88236b36fc9828e6dccbbc044aa37b2f7b46581 (diff) | |
download | volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.gz volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.tar.bz2 volse-hubzilla-0e8ecbc9fc108b4903eb013ca0a4a1f4beb5fbe1.zip |
theme fixes to make a barebones theme work slightly better
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index bae1c1469..b4b0c02ef 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -416,9 +416,10 @@ function sse_updateNotifications(type, mid) { + /* if(type === 'pubs') return true; - + */ if(type === 'notify' && (mid !== bParam_mid || sse_type !== 'notify')) return true; /* @@ -533,9 +534,9 @@ <div id="no_notifications" class="d-xl-none"> {{$no_notifications}}<span class="jumping-dots"><span class="dot-1">.</span><span class="dot-2">.</span><span class="dot-3">.</span></span> </div> - <div id="nav-notifications-template" rel="template"> + <div id="nav-notifications-template" rel="template" class="d-none"> <a class="list-group-item list-group-item-action notification {6}" href="{0}" title="{13}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}" data-when="{5}"> - <img data-src="{1}" loading="lazy" class="rounded menu-img-2"> + <img data-src="{1}" loading="lazy" class="rounded float-start me-2 menu-img-2"> <div class="text-nowrap"> <div class="d-flex justify-content-between align-items-center lh-sm"> <div class="text-truncate pe-1"> @@ -547,7 +548,7 @@ </div> </a> </div> - <div id="nav-notifications-forums-template" rel="template"> + <div id="nav-notifications-forums-template" rel="template" class="d-none"> <a class="list-group-item list-group-item-action justify-content-between align-items-center d-flex notification notification-forum" href="{0}" title="{4} - {3}" data-b64mid="{7}" data-notify_id="{8}" data-thread_top="{9}" data-contact_name="{2}" data-contact_addr="{3}" data-b64mids='{12}'> <div> <img class="menu-img-1" data-src="{1}" loading="lazy"> |