diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index feb33905b0f..d938abeca1c 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -1793,9 +1793,10 @@ a.github-fork { &:before { content: " "; height: 1px; - width: 80%; + width: 100%; + left: 0; + right: 0; position: absolute; - left: 10%; top: 11px; background-color: #DFDFDF; } diff --git a/server/methods/readMessages.coffee b/server/methods/readMessages.coffee index aae99af07d1..33c1dfb6dc6 100644 --- a/server/methods/readMessages.coffee +++ b/server/methods/readMessages.coffee @@ -10,6 +10,7 @@ Meteor.methods 'u._id': Meteor.userId() , $set: + open: true alert: false unread: 0 ls: (new Date())