Include the current URL in the page when viewing the version diff

This commit is contained in:
Leigh Morresi
2021-02-01 21:56:18 +01:00
parent 7b4ed2429d
commit 25b565d9ba
3 changed files with 5 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ section.content {
white-space: nowrap;
}
.watch-table .title-col a[target="_blank"]::after {
.watch-table .title-col a[target="_blank"]::after, .current-diff-url::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
margin: 0 3px 0 5px;
}