Add link to paste in 'about' dialog
parent
3de14a4797
commit
bf76bde185
|
|
@ -145,6 +145,10 @@ npm/microtip@0.2.2/microtip.min.css
|
|||
<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>
|
||||
|
|
|
|||
|
|
@ -101,6 +101,12 @@ h1 {
|
|||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue