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,8 +15,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SidebarLabel, .SidebarRow,
|
.SidebarLabel, .SidebarRow, .RoomInfo, .RoomEncryption {
|
||||||
.RoomInfo, .RoomEncryption {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -24,3 +23,9 @@
|
||||||
.RoomEncryption {
|
.RoomEncryption {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
display: flex;
|
||||||
|
justify-content: right;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue