From dbb96d9c7c8099e334f55e0f53d1e099e33c79d1 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 19 Mar 2019 11:01:05 -0400 Subject: [PATCH 1/2] Add 2 missing volumes for blobs --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 182eece52..c23916fc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,8 @@ VOLUME /cryptpad/blobstage VOLUME /cryptpad/pins VOLUME /cryptpad/tasks VOLUME /cryptpad/block +VOLUME /cryptpad/blob +VOLUME /cryptpad/blobstage # Required packages # jq is a build only dependency, removed in cleanup stage From 736ce3d78d5b28cf933c2b6d1df7e0531a790218 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 19 Mar 2019 20:01:24 +0100 Subject: [PATCH 2/2] fix z-index on corner dialog which was hidden in the slide application --- customize.dist/src/less2/include/corner.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/corner.less b/customize.dist/src/less2/include/corner.less index 8df0f172a..0740586aa 100644 --- a/customize.dist/src/less2/include/corner.less +++ b/customize.dist/src/less2/include/corner.less @@ -36,7 +36,7 @@ text-align: right; background-color: @colortheme_logo-1; color: @colortheme_base; - z-index: 999; + z-index: 9999; transform-origin: bottom right; animation: appear 0.8s ease-in-out; box-shadow: 0 0 10px 0 @colortheme_logo-1;