From a89fce27cbc3f3cdfe0cbc10f1ba63a85efa8ebb Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 16 Mar 2022 23:23:15 +0100 Subject: New sharing service: Web sharing API (#4271) * new optional option: HTMLtag * Update main.js * add: web sharing API * Update gen.php * Update gen.php * Update gen.php * fix spaces * Update shares.php * fixed JavaScript * Update template.rtl.css * Typo * improved: if (!navigator.share) * Update main.js * comma-dangle only for arrays and objects * Update app/i18n/fr/gen.php Co-authored-by: Alexandre Alapetite * i18n: System sharing Co-authored-by: Alexandre Alapetite --- p/themes/base-theme/template.css | 1 - p/themes/base-theme/template.rtl.css | 1 - 2 files changed, 2 deletions(-) (limited to 'p/themes') diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index d4a052860..8b35175e4 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -1077,7 +1077,6 @@ a.website:hover .favicon { overflow: hidden; } -.flux .item.share > a, .item.query > a { display: list-item; list-style-position: inside; diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index eff8ad044..e79bbadfb 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -1077,7 +1077,6 @@ a.website:hover .favicon { overflow: hidden; } -.flux .item.share > a, .item.query > a { display: list-item; list-style-position: inside; -- cgit v1.2.3