Add raw link on pretty pages
This commit is contained in:
parent
c3aa68af78
commit
874e12fe3f
2 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ span {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topRightBox button {
|
.topRightBox button, .topRightBox a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
|
|
@ -32,6 +32,7 @@ span {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topRightBox button:hover {
|
.topRightBox button:hover {
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
<button id="wrapBtn" onclick="wrapClicked()">⏎ Wrap</button>
|
<button id="wrapBtn" onclick="wrapClicked()">⏎ Wrap</button>
|
||||||
<button id="forkBtn" onclick="forkClicked()">⑂ Fork</button>
|
<button id="forkBtn" onclick="forkClicked()">⑂ Fork</button>
|
||||||
<button id="newPasteBtn" onclick="newPasteClicked()">+ New</button>
|
<button id="newPasteBtn" onclick="newPasteClicked()">+ New</button>
|
||||||
|
<a href="/r/{{title}}">🗏 Show Raw</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue