fix group room tiles layout

pull/21833/head
Bruno Windels 2018-12-10 17:44:45 +01:00
parent dbe5449d0c
commit cc97b46908
1 changed files with 8 additions and 0 deletions

View File

@ -18,4 +18,12 @@ limitations under the License.
position: relative; position: relative;
color: $primary-fg-color; color: $primary-fg-color;
cursor: pointer; cursor: pointer;
display: flex;
align-items: center;
}
.mx_GroupRoomList_wrapper {
padding: 10px;
}
} }