From a504065ec59c179564d4d680781fe0ac8d78f4fd Mon Sep 17 00:00:00 2001 From: pitchum Date: Fri, 23 Jul 2021 11:08:35 +0200 Subject: [PATCH] Show/hide app buttons depending on screen width --- index.html.tpl | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/index.html.tpl b/index.html.tpl index f5ab019..ad287ea 100644 --- a/index.html.tpl +++ b/index.html.tpl @@ -78,6 +78,13 @@ img.app, img.store { text-align: right; text-transform: none; } + +@media screen and (min-width: 801px) { + .mobile-app { display: none; } +} +@media screen and (max-width: 800px) { + .desktop-app { display: none; } +} @@ -89,9 +96,9 @@ img.app, img.store {

Je suis désormais joignable pour tchatter sur le réseau indépendant Jabber/XMPP.

Mon adresse XMPP : {{user_jid}}

Pour me joindre :
-

1) Installe une appli Jabber/XMPP et crée-toi un compte

+

1) Installe une des applis Jabber/XMPP suivantes et crée-toi un compte