forked from mystiq/hydrogen-web
Css fixes
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
5c0c59044f
commit
fe18b61688
2 changed files with 3 additions and 10 deletions
|
@ -46,9 +46,5 @@
|
|||
|
||||
.MemberTileView {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.MemberTileView_name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
@ -909,6 +909,7 @@ button.RoomDetailsView_row::after {
|
|||
|
||||
.MemberListView {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.MemberTileView {
|
||||
|
@ -921,15 +922,11 @@ button.RoomDetailsView_row::after {
|
|||
|
||||
.MemberTileView_name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: clip;
|
||||
width: 184px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.LazyListParent {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.LazyListParent:hover {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue