diff options
author | Mario <mario@mariovavti.com> | 2021-02-25 12:55:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-25 12:55:19 +0000 |
commit | b29e121113a588d88b3d8f4265bece2c5e997cef (patch) | |
tree | c48d9caf50633015374ac07cda5c2b91aba150f7 /view/tpl/notifications_widget.tpl | |
parent | a033c439f3486c6ce31fb5d680c363ce0582d451 (diff) | |
download | volse-hubzilla-b29e121113a588d88b3d8f4265bece2c5e997cef.tar.gz volse-hubzilla-b29e121113a588d88b3d8f4265bece2c5e997cef.tar.bz2 volse-hubzilla-b29e121113a588d88b3d8f4265bece2c5e997cef.zip |
replace sticky_kit with a simpler homwgrown solution (still a bit raw) and slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 1a24ca7c4..1092bc155 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -137,7 +137,7 @@ } </script> -<div id="notifications_wrapper"> +<div id="notifications_wrapper" class="mb-4"> <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> @@ -154,7 +154,7 @@ <span class="float-right badge badge-secondary">{10}</span> <img class="menu-img-1" data-src="{1}" loading="lazy"> <span class="">{2}</span> - <i class="fa fa-{11} text-muted"></i> + <i class="fa fa-{11} text-muted"></i> </a> </div> <div id="notifications" class="border border-bottom-0 rounded navbar-nav collapse"> |