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;
}
.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%;
}