mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
19 lines
283 B
CSS
19 lines
283 B
CSS
|
.mx_RoomTile {
|
||
|
height: 20px;
|
||
|
width: 250px;
|
||
|
background-color: #ddd;
|
||
|
margin-top: 1px;
|
||
|
margin-bottom: 1px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.mx_RoomTile_name {
|
||
|
font-size: 80%;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.mx_RoomTile div {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|