fix #62: hide app notification icon

This commit is contained in:
Simon Vieille 2021-10-21 20:06:17 +02:00
parent d77c2ef9ae
commit 1896bb399d
3 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,9 @@
## [Unreleased]
## 1.27.2
### Fixed
- fix #62: hide app notification icon
## 1.27.1
### Fixed
- fix German translation render

View file

@ -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)
]]></description>
<version>1.27.1</version>
<version>1.27.2</version>
<licence>agpl</licence>
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<namespace>SideMenu</namespace>

View file

@ -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);