diff --git a/customize.dist/src/less2/include/notifications.less b/customize.dist/src/less2/include/notifications.less index 90d031397..b19a9c86b 100644 --- a/customize.dist/src/less2/include/notifications.less +++ b/customize.dist/src/less2/include/notifications.less @@ -39,8 +39,10 @@ } } } + hr { + margin: 0px !important; + } .cp-notifications-gotoapp { - background-color: #ccc; p { padding: 10px 0 !important; text-align: center !important; diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index b03a610b5..8f081399d 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -953,6 +953,7 @@ MessengerUI, Messages) { ]); var pads_options = [div]; if (Common.isLoggedIn()) { + pads_options.unshift(h("hr")); pads_options.unshift(openNotifsApp); } var dropdownConfig = {