This room use the following map :
+{mapDescription}
-{mapCopyright}
-{copyright}
@@ -78,11 +76,10 @@ div.about-room-main { height: calc(100% - 56px); - display: grid; - grid-template-rows: 20% 40% 30%; section.share-url { text-align: center; + margin-bottom: 20px; input { width: 85%; @@ -93,30 +90,33 @@ background-color: #209cee; } } - section.presentation-map { - h3 { - width: 100%; - text-align: center; - } - p { - max-height: calc(100% - 36px); - overflow: auto; - } - } - section.copyright { - text-align: center; - h3:hover { - background-color: #3c3e40; - border-radius: 32px; + h2, h3 { + width: 100%; + text-align: center; + } + + h3.hoverable:hover { + background-color: #3c3e40; + border-radius: 32px; + } + + section.container-overflow { + height: calc(100% - 220px); + margin: 0; + padding: 0; + overflow-y: auto; } - p { - max-height: calc(100% - 36px); - overflow: auto; + } + + @media only screen and (max-height: 900px) { + div.about-room-main { + section.share-url input { + display: none; } - section { - max-height: calc(100% - 36px); - overflow: auto; + + section.container-overflow { + height: calc(100% - 120px); } } } diff --git a/front/src/Components/Menu/ContactSubMenu.svelte b/front/src/Components/Menu/ContactSubMenu.svelte index 223f0324..beb7e386 100644 --- a/front/src/Components/Menu/ContactSubMenu.svelte +++ b/front/src/Components/Menu/ContactSubMenu.svelte @@ -9,51 +9,53 @@- The WorkAdventure team is always available to help you. - If you have any questions, problems, new features or improvements ideas, or if you just want to give us your feedback, - do not hesitate to contact us. -
-- The WorkAdventure team has its own offices in ... WorkAdventure! - Do not hesitate to come see and talk to us. -
- Visit us -Although we offer a solution to reduce their use, we have an email address that allows us to receive all your requests.
- hello@workadventu.re -If you want to know more about us, follow the link to our web site.
- About us -+ The WorkAdventure team is always available to help you. + If you have any questions, problems, new features or improvements ideas, or if you just want to give us your feedback, + do not hesitate to contact us. +
++ The WorkAdventure team has its own offices in ... WorkAdventure! + Do not hesitate to come see and talk to us. +
+ Visit us +Although we offer a solution to reduce their use, we have an email address that allows us to receive all your requests.
+ hello@workadventu.re +If you want to know more about us, follow the link to our web site.
+ About us +- WorkAdventure allows you to create an online space to communicate spontaneously with others. - And it all starts with creating your own space. Choose from a large selection of prefabricated maps by our team. - Or create your own map from scratch. -
- -Make your map more interactive, more alive and totally unique with the scripting API.
-(Programming skills are required to use the scripting API).
- ++ WorkAdventure allows you to create an online space to communicate spontaneously with others. + And it all starts with creating your own space. Choose from a large selection of prefabricated maps by our team. + Or create your own map from scratch. +
+ +Make your map more interactive, more alive and totally unique with the scripting API.
+(Programming skills are required to use the scripting API).
+ +