diff options
-rw-r--r-- | boot.php | 2 | ||||
-rw-r--r-- | view/tpl/notifications_widget.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.9.1-bs5' ); +define ( 'STD_VERSION', '5.9.1-bs5-1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1245 ); 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> {{$notification.label}} <span class="float-end badge badge-{{$notification.severity}} {{$notification.type}}-update"></span> </button> </div> |