From 25d7fdfcaf61af8278e19d801d6ab146c88c28ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Fri, 12 Feb 2021 11:13:34 +0100 Subject: [PATCH] Fix gallery / table icons position fixes #10 --- explorer.html | 10 +++++----- styles/main.css | 8 ++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/explorer.html b/explorer.html index c290416..78e5d75 100644 --- a/explorer.html +++ b/explorer.html @@ -41,11 +41,7 @@ Le symbole ‼︎ dans la colonne aide signifie que nous avons besoin d'aide pour obtenir une photo et que vous pouvez contribuer.
Une fois cette liste générée, la configuration sera repliée, il suffit alors de cliquer sur la ▶︎ flèche pour la faire réapparaître.

-
-

Configuration 

- - -
+

Configuration 

@@ -189,6 +185,10 @@

Aucun résultat. Veuillez réessayer avec d'autres paramètres.

+
+ + +
diff --git a/styles/main.css b/styles/main.css index 9d57f45..71703ea 100644 --- a/styles/main.css +++ b/styles/main.css @@ -390,9 +390,14 @@ article.explorer h2.active::after { transform:rotate(0); } -article.explorer img.style-select { +article.explorer #style-container { display:block; text-align:right; + margin-bottom:0; +} + +article.explorer img.style-select { + display:inline; max-height:2rem; margin:0; margin-bottom:0.25rem; @@ -491,7 +496,6 @@ article.explorer table { border-collapse:separate; border-spacing:0; width:100%; - margin-top:1rem; margin-bottom:1rem; overflow-x:auto; }