diff --git a/Makefile b/Makefile
index 43b1afeeb..7a96b0eee 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
-version+=0.15.0
+version+=0.15.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 51103c7f2..85a663ddb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
- 0.15.0
+ 0.15.1
agpl
Maxence Lange
diff --git a/css/navigation.css b/css/navigation.css
index 19a0a502d..2cdb76959 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -28,10 +28,10 @@
#app-content {
overflow-x: hidden;
position: absolute !important;
- left: 545px;
+ left: 543px;
right: 0px;
height: 100%;
- top: 0px;
+ top: 50px;
}
#circle-navigation .header {
@@ -92,7 +92,7 @@ SELECT.select_none {
z-index: 1002;
position: absolute;
left: 300px;
- top: 0;
+ top: 50px;
bottom: 0;
width: 243px;
}
@@ -191,6 +191,7 @@ div.circle .owner, div.circle .type, div.circle .resume {
position: absolute;
overflow-y: auto;
width: 100%;
+ overflow-x: hidden;
}
#memberslist_table, #linkslist_table, #groupslist_table {