reduce margin on e2e icon in room header

pull/21833/head
Bruno Windels 2019-11-21 18:17:55 +01:00
parent 854f27df3f
commit f75e45a715
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ limitations under the License.
.mx_RoomHeader {
flex: 0 0 52px;
border-bottom: 1px solid $primary-hairline-color;
.mx_E2EIcon {
margin: 0 5px;
}
}
.mx_RoomHeader_wrapper {