Merge branch 'notifications' of github.com:xwiki-labs/cryptpad into notifications
commit
3ccc8f63e4
|
@ -39,8 +39,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
hr {
|
||||
margin: 0px !important;
|
||||
}
|
||||
.cp-notifications-gotoapp {
|
||||
background-color: #ccc;
|
||||
p {
|
||||
padding: 10px 0 !important;
|
||||
text-align: center !important;
|
||||
|
|
|
@ -959,6 +959,7 @@ MessengerUI, Messages) {
|
|||
]);
|
||||
var pads_options = [div];
|
||||
if (Common.isLoggedIn()) {
|
||||
pads_options.unshift(h("hr"));
|
||||
pads_options.unshift(openNotifsApp);
|
||||
}
|
||||
var dropdownConfig = {
|
||||
|
|
Loading…
Reference in New Issue