give group header some padding

pull/21833/head
Bruno Windels 2018-12-10 16:51:19 +01:00
parent f987a50fef
commit ab728ead72
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ limitations under the License.
.mx_GroupView_header_view {
border-bottom: 1px solid $primary-hairline-color;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 8px;
}
.mx_GroupView_header_avatar, .mx_GroupView_header_info {