mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
10 lines
121 B
CSS
10 lines
121 B
CSS
.mx_RoomView {
|
|
display: table-cell;
|
|
padding-left: 5px;
|
|
width: 100%;
|
|
}
|
|
|
|
.mx_RoomView ul {
|
|
padding: 0px;
|
|
}
|