Skip to content

Commit

Permalink
0.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Sep 10, 2018
1 parent b1e7f58 commit 471f2eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
<version>0.15.0</version>
<version>0.15.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<documentation>
Expand Down
7 changes: 4 additions & 3 deletions css/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -92,7 +92,7 @@ SELECT.select_none {
z-index: 1002;
position: absolute;
left: 300px;
top: 0;
top: 50px;
bottom: 0;
width: 243px;
}
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 471f2eb

Please sign in to comment.