about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Labs/Rooms2/Index2Components/MainTabComponents/MainTabSpaceItem.razor.css
blob: d6e413f1f285fc4d52d425f87fb2629eeec01ce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.spaceNameEllipsis {
    padding-left: 8px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: calc(100% - 64px);
}

.spaceListItem {
    display: block;
    width: 100%;
    height: 3em;
}

.spaceListItemContainer {
    display: flex;
    align-items: center;
    vertical-align: center;
    justify-content: space-between;
    padding: 0 16px;
    width: 100%;
    height: 100%;
}

.spaceListItem > img {
    display: inline-block;
}