diff options
author | Mario <mario@mariovavti.com> | 2021-07-29 09:15:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-07-29 09:15:18 +0000 |
commit | b7ffec6fbe77eff3c550a922f50bd79321b293ed (patch) | |
tree | 11144c1107f16047ed37f543fc34859d0c649e08 | |
parent | 94be9f115b06c8bda2ebae637120e3e0ca294fc7 (diff) | |
download | volse-hubzilla-b7ffec6fbe77eff3c550a922f50bd79321b293ed.tar.gz volse-hubzilla-b7ffec6fbe77eff3c550a922f50bd79321b293ed.tar.bz2 volse-hubzilla-b7ffec6fbe77eff3c550a922f50bd79321b293ed.zip |
bs5 border fix
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 0e0fac436..76b0851a7 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -545,7 +545,7 @@ <i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}} <span class="float-end badge bg-{{$notification.severity}} {{$notification.type}}-update"></span> </a> - <div id="nav-{{$notification.type}}-sub" class="list-group list-group-flush border border-left-0 border-top-0 border-right-0 collapse notification-content" data-bs-parent="#notifications" data-sse_type="{{$notification.type}}"> + <div id="nav-{{$notification.type}}-sub" class="list-group list-group-flush border-bottom collapse notification-content" data-bs-parent="#notifications" data-sse_type="{{$notification.type}}"> {{if $notification.viewall}} <a class="list-group-item text-decoration-none text-dark" id="nav-{{$notification.type}}-see-all" href="{{$notification.viewall.url}}"> <i class="fa fa-fw fa-external-link"></i> {{$notification.viewall.label}} |