diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ed1b1..9b050c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 2.3.5 +### Fixed +* fix white square (#99) + ## 2.3.4 ### Fixed * fix blank line when settings are open (#96) diff --git a/README.md b/README.md index 62f0ad9..dce32bb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ You can customize colors depending of the theme (Dark theme and Breeze Dark). Co You like this app and you want to support me? ☕ [Buy me a coffee](https://www.buymeacoffee.com/deblan) or [Donate with liberapay](https://liberapay.com/deblan) +[![Build Status](https://ci2.gitnet.fr/api/badges/deblan/side_menu/status.svg)](https://ci2.gitnet.fr/deblan/side_menu) + Requirements ------------ diff --git a/appinfo/info.xml b/appinfo/info.xml index 4d57236..40a6a4f 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) ]]> - 2.3.4 + 2.3.5 agpl Simon Vieille SideMenu @@ -46,7 +46,7 @@ If you like this application and if you want to support the development: https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc20_big_menu_responsive.png https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/personal_settings.png - + diff --git a/css/sideMenu.css b/css/sideMenu.css index 86436cb..b548687 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -79,7 +79,7 @@ } .side-menu-opener:active { - background-color: var(--color-background-dark) !important; + background-color: var(--side-menu-current-app-background-color, #444) !important; } .side-menu-closer {