fix group room tiles layout
This commit is contained in:
parent
dbe5449d0c
commit
cc97b46908
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue