From 998d1e9f947d934e2756f49b7b5dcd2be2c778ce Mon Sep 17 00:00:00 2001
From: antoine37120 <ant.dupre@gmail.com>
Date: Wed, 13 Dec 2023 11:55:39 +0100
Subject: [PATCH] fix: shared file forms css + error community_admins.community
 on breadcrum

---
 src/styles/shared-files.scss |  7 +++++++
 src/views-terrytories.js     | 10 +++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/styles/shared-files.scss b/src/styles/shared-files.scss
index 6cdfc12..e6d5cb6 100644
--- a/src/styles/shared-files.scss
+++ b/src/styles/shared-files.scss
@@ -63,4 +63,11 @@
         }
 
     }
+}
+.community-files-edit {
+    [name="segment4"] {
+        label {
+            display: block;
+        }
+    }
 }
\ No newline at end of file
diff --git a/src/views-terrytories.js b/src/views-terrytories.js
index b4b1dd6..5c4d77c 100644
--- a/src/views-terrytories.js
+++ b/src/views-terrytories.js
@@ -1297,9 +1297,9 @@ import("./utils.js").then((utils) => {
                           class-segment4="segment block" 
 
                           class-date="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge"
-                          class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading"
+                          class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top"
                           class-author="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top"
-                          class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge"
+                          class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge text-top"
 
                           widget-title="h2"
                           class-title="margin-bottom-large margin-top-none margin-left-none text-xlarge text-xbold text-color-heading text-color-dark-blue"
@@ -1363,9 +1363,9 @@ import("./utils.js").then((utils) => {
                           class-segment3="segment block" 
 
                           class-date="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge"
-                          class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading"
+                          class-document="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top"
                           class-author="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-xlarge text-semibold text-color-heading text-top"
-                          class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge"
+                          class-name="segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-color-heading whitespace-normal text-xlarge text-top"
 
                           widget-title="h2"
                           class-title="margin-bottom-large margin-top-none margin-left-none text-xlarge text-xbold text-color-heading text-color-dark-blue"
@@ -1477,7 +1477,7 @@ import("./utils.js").then((utils) => {
 
                           <div id="${utils.TZCLD_URLS.my_territory_exchange_space}" data-view="${utils.TZCLD_URLS.my_territory_exchange_space}" class="community-exchanges one" hidden>
                           
-                          ${this.tzcldBreadcrum(utils.TZCLD_URLS.my_territory_exchanges, 'Échanges avec mes référent-es', 'community_admins.community')}
+                          ${this.tzcldBreadcrum(utils.TZCLD_URLS.my_territory_exchanges, 'Échanges avec mes référent-es')}
                           <solid-router default-route="my_territory_all_exchanges_empty" route-prefix="">
                             <solid-route name="my_territory_all_exchanges_empty" use-id></solid-route>
                             <solid-route name="${utils.TZCLD_URLS.my_territory_exchange}" use-id></solid-route>
-- 
GitLab