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

10
public/css/app.css vendored
View File

@ -35773,12 +35773,20 @@ html[dir='rtl'] .el-input__suffix {
text-overflow: unset;
}
.disabled-link {
.disabled-link{
pointer-events: none;
cursor: default;
opacity: 0.5;
}
[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;