diff options
| author | 2023-08-29 23:15:19 +0200 | |
|---|---|---|
| committer | 2023-08-29 23:15:19 +0200 | |
| commit | da405ceee628dca739a12b234a6094a8ebae9c94 (patch) | |
| tree | f99f03246dac246a35aef231038b39a1587c5ba9 /p/themes/base-theme/frss.rtl.css | |
| parent | dd91fe164d474a87106acb3dc3c8fd7339361b20 (diff) | |
Fix: sharing via clipboard for no https/localhost environments (#5606)
* Update main.js
* Update p/scripts/main.js
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* improved with negative feedback
* Update p/scripts/main.js
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 3e2c3f25a..96934b653 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1922,6 +1922,16 @@ html.slider-active { animation-name: easeOut; } +.item.share button.error::before { + content: "❌"; + position: absolute; + right: 0.25rem; +} + +.item.share button.error { + text-decoration: line-through; +} + @keyframes easeOut { 0% {opacity: 1;} |
