Position the close button to right end
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
91f083a245
commit
c65e26ec4c
1 changed files with 8 additions and 3 deletions
|
@ -15,12 +15,17 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.SidebarLabel, .SidebarRow,
|
||||
.RoomInfo, .RoomEncryption {
|
||||
.SidebarLabel, .SidebarRow, .RoomInfo, .RoomEncryption {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.RoomEncryption {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Reference in a new issue