diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b563b..a361810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 3.11.3 +### Fixed +* fix menu icon in decks, collectives and other apps (#302) + ## 3.11.2 ### Fixed * add default translations for Slovak - fix #298 diff --git a/css/sideMenu.css b/css/sideMenu.css index 690e4b0..b66e53a 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -288,7 +288,7 @@ } .side-menu-always-displayed .app-navigation--close { - transform: translateX(calc(-100% + 50px)) !important; + transform: translateX(calc(-100% + 50px)); } #side-menu.side-menu-with-categories {