give group header some padding

This commit is contained in:
Bruno Windels 2018-12-10 16:51:19 +01:00
parent f987a50fef
commit ab728ead72

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 {