aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-07 14:12:30 +0000
committerMario <mario@mariovavti.com>2021-06-07 14:12:30 +0000
commit750721c1a0b501422924f086899d70139d8b0233 (patch)
treef9ad3504d86e7999d53efce00a8d29bacea800eb /view/tpl
parentb66b43256b3a68aabcca4e628ad6643c7c4aca8e (diff)
downloadvolse-hubzilla-750721c1a0b501422924f086899d70139d8b0233.tar.gz
volse-hubzilla-750721c1a0b501422924f086899d70139d8b0233.tar.bz2
volse-hubzilla-750721c1a0b501422924f086899d70139d8b0233.zip
bs5: minor fix
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/notifications_widget.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index 94747f607..4fb9fcea5 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -221,8 +221,8 @@
{{foreach $notifications as $notification}}
<div class="accordion-item {{$notification.type}}-button collapse">
<div class="accordion-header notification-link" id="notification-link-{{$notification.type}}">
- <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#nav-{{$notification.type}}-sub" data-sse_type="{{$notification.type}}" aria-expanded="false" aria-controls="nav-{{$notification.type}}-sub">
- <i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}}
+ <button class="accordion-button collapsed p-3" type="button" data-bs-toggle="collapse" data-bs-target="#nav-{{$notification.type}}-sub" data-sse_type="{{$notification.type}}" aria-expanded="false" aria-controls="nav-{{$notification.type}}-sub">
+ <i class="fa fa-fw fa-{{$notification.icon}}"></i>&nbsp;{{$notification.label}}
<span class="float-end badge badge-{{$notification.severity}} {{$notification.type}}-update"></span>
</button>
</div>