left menu toggle scenario

This commit is contained in:
Burak Civan
2022-06-28 12:05:06 +03:00
parent 8723d58d95
commit 18bee00a0a
6 changed files with 42 additions and 7 deletions

View File

@ -499,6 +499,14 @@ html[dir='rtl'] .el-input__suffix {
@apply cursor-default pointer-events-none opacity-50;
}
[dir="ltr"] .ltr\:-right-57 {
right: -14.5rem;
}
[dir="rtl"] .rtl\:-right-59 {
right: 16.5rem;
}
@media only screen and (max-width: 480px) {
.small-table-width {
width: 450px;