aboutsummaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-03-16 23:23:15 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-16 23:23:15 +0100
commita89fce27cbc3f3cdfe0cbc10f1ba63a85efa8ebb (patch)
treebcc583f0a7698fa505094236b5b42b4264dbf9f9 /p/themes
parent9748ac48e40947b80808933213b043dc797670b6 (diff)
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 <alexandre@alapetite.fr> * i18n: System sharing Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/base-theme/template.css1
-rw-r--r--p/themes/base-theme/template.rtl.css1
2 files changed, 0 insertions, 2 deletions
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;