about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/RoomList.razor.css
blob: a1593059898b85c70c68d321f0fa8bd46b24a5a3 (plain) (blame)
1
2
3
4
5
6
7
8
.room-list-item {
    background-color: #ffffff11;
    border-radius: 0.5em;
    display: block;
    margin-top: 4px;
    padding: 4px;
    width: fit-content;
}