moar padding for _TopUnreadMessagesBar.scss

pull/3719/head
Matthew Hodgson 2017-04-24 01:17:17 +01:00
parent a414352661
commit af105b1920
1 changed files with 2 additions and 2 deletions

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;
}