From 1d02292c61268b932cf54a2c020b93aaa9e12174 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 13 Oct 2023 14:46:22 +0200 Subject: [PATCH] remove big "Create groupe" button --- partitioncloud/static/style.css | 2 +- partitioncloud/templates/base.html | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index 852b586..1b9a100 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -381,7 +381,7 @@ img.partition-thumbnail { #sidebar-navigation { overflow: scroll; - height: calc(100% - 400px); /* we don't want it hidden behind settings */ + height: calc(100% - 375px); /* we don't want it hidden behind settings */ padding: 0 5px; } diff --git a/partitioncloud/templates/base.html b/partitioncloud/templates/base.html index e833b0d..fe2aa7d 100644 --- a/partitioncloud/templates/base.html +++ b/partitioncloud/templates/base.html @@ -25,6 +25,9 @@
+
+
+ Je souhaite créer plusieurs albums et pouvoir tous les partager avec un seul lien. Créer un groupe. Close @@ -72,11 +75,6 @@ Créer un album - -
- Créer un groupe -
-
{% endif %} {% if g.user %}