diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7e94e..0c50218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 1.27.2 +### Fixed +- fix #62: hide app notification icon + ## 1.27.1 ### Fixed - fix German translation render diff --git a/appinfo/info.xml b/appinfo/info.xml index cfc9ff9..392e3d6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 1.27.1 + 1.27.2 agpl Simon Vieille SideMenu diff --git a/css/sideMenu.css b/css/sideMenu.css index 466c678..e78ffa0 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -105,6 +105,10 @@ margin-top: -3px; } +.side-menu-app-icon .app-icon-notification { + display: none; +} + .side-menu-app a { line-height: 30px; color: var(--side-menu-text-color, #fff);