added transition to nav sidebar and toggle nav sidebar button (#104)

* added transition to nav sidebar and toggle nav sidebar button

* specified transition properties instead of using all

* removed extra blank line

Co-authored-by: Anatol Zakrividoroga <anatol@Anatols-MacBook-Pro.local>
pull/107/head
anatolzak 2020-12-15 07:32:15 -08:00 committed by GitHub
parent cceb0b1721
commit d375b04941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -406,6 +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;
}
.admin-interface .toggle-nav-sidebar::before {
@ -436,6 +437,7 @@ body.admin-interface .paginator a.showall:visited {
border-top: none;
border-bottom: none;
border-left: none;
transition: left .3s, margin-left .3s;
}
@media (min-width:1280px) {