fix: adjust the blockchain container with menu in rtl mode

This commit is contained in:
TechMiX 2023-12-07 22:49:51 +01:00
parent dc06387347
commit 9406103ed1

View File

@ -1001,12 +1001,21 @@ th {
@extend .sidenav;
margin-left: 0px !important;
margin-right: -250px;
}
.open {
@extend .open;
margin-right: 0px;
right: 0px;
}
.sidenav.open {
margin-right: 0px;
}
.profile_image_container {
@extend .profile_image_container;
margin-right: 0px !important;
margin-left: 15px;
}
#blockchain-container.with-menu {
width: calc(100% + 120px);
left: 120px;
}
}