Disabled sidebar transition.

pull/110/head
Fabio Caccamo 2021-01-04 12:24:43 +01:00
parent 3c77bad4ae
commit d94c6321aa
1 changed files with 2 additions and 2 deletions

View File

@ -406,7 +406,7 @@ body.admin-interface .paginator a.showall:visited {
-webkit-box-shadow: 4px 2px 8px -4px #DBDBDB;
-moz-box-shadow: 4px 2px 8px -4px #DBDBDB;
box-shadow: 4px 2px 8px -4px #DBDBDB;
transition: left .3s;
/*transition: left .3s;*/
}
.admin-interface .toggle-nav-sidebar::before {
@ -437,7 +437,7 @@ body.admin-interface .paginator a.showall:visited {
border-top: none;
border-bottom: none;
border-left: none;
transition: left .3s, margin-left .3s;
/*transition: left .3s, margin-left .3s;*/
}
@media (min-width:1280px) {