Position the close button to right end

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-05-26 15:59:04 +05:30
parent 91f083a245
commit c65e26ec4c

View file

@ -15,12 +15,17 @@
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;
} }
.RoomEncryption { .RoomEncryption {
justify-content: center; justify-content: center;
} }
.buttons {
display: flex;
justify-content: right;
width: 100%;
}