all repos — NoPaste @ bf76bde1856415ab0cf0589eab261b061647f740

Resurrected - The PussTheCat.org fork of NoPaste

Add link to paste in 'about' dialog
Boris Kubiak kubiakboris@gmail.com
Sat, 21 Nov 2020 10:55:01 +0100
commit

bf76bde1856415ab0cf0589eab261b061647f740

parent

3de14a4797d637e2305380a25adca37405c5bf22

3 files changed, 11 insertions(+), 1 deletions(-)

jump to
M index.htmlindex.html

@@ -145,6 +145,10 @@ 🔍 Google <span class="pink">will not index</span> your data, even if your link is public<br />

<br /> If you want to know more, you can find more information on <a href="https://github.com/bokub/nopaste" rel="noopener" target="_blank" class="pink">Github</a> + <div class="additional-info"> + Note: NoPaste is an improved version of Topaz's + <a href="https://topaz.github.io/paste" rel="noopener" target="_blank">Paste</a> + </div> </div> </div> </div>
M style.cssstyle.css

@@ -101,6 +101,12 @@ max-height: 100vh;

overflow-y: auto; box-sizing: border-box; } +.modal-content .additional-info { + opacity: 0.75; + font-style: italic; + margin-top: 15px; + font-size: 0.95em; +} .modal-overlay { position: fixed; background: rgba(0, 0, 0, 0.2);
M sw.jssw.js

@@ -1,4 +1,4 @@

-const PRECACHE = 'precache-20201121b'; +const PRECACHE = 'precache-20201121c'; const RUNTIME = 'runtime'; // A list of local resources we always want to be cached.