moar padding for _TopUnreadMessagesBar.scss

This commit is contained in:
Matthew Hodgson 2017-04-24 01:17:17 +01:00
parent a414352661
commit af105b1920

View file

@ -17,8 +17,8 @@ limitations under the License.
.mx_TopUnreadMessagesBar {
margin: auto; /* centre horizontally */
max-width: 960px;
padding-top: 5px;
padding-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid $primary-hairline-color;
}