mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
more style changes
This commit is contained in:
parent
98416f8c35
commit
47d9773fc8
@ -449,16 +449,26 @@ only loads when the top comes into view*/
|
|||||||
}
|
}
|
||||||
|
|
||||||
.CallTileView_members > * {
|
.CallTileView_members > * {
|
||||||
margin-left: -16px;
|
margin-right: -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CallTileView_members {
|
.CallTileView_members {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CallTileView_title {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.CallTileView_subtitle {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.CallTileView_memberCount::before {
|
.CallTileView_memberCount::before {
|
||||||
content: url('./icons/room-members.svg?primary=text-color');
|
content: url('./icons/room-members.svg?primary=text-color');
|
||||||
background-repeat: no-repeat;
|
width: 16px;
|
||||||
background-size: 24px;
|
height: 16px;
|
||||||
width: 24px;
|
display: inline-flex;
|
||||||
height: 24px;
|
vertical-align: bottom;
|
||||||
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user