make preview a link, remove js click event on preview

This commit is contained in:
Swrup 2022-02-22 01:48:37 +01:00
parent d68e6e0fd7
commit 3be5552fcf
3 changed files with 34 additions and 36 deletions

View file

@ -110,6 +110,14 @@ blockquote.blockquote {
display:none;
}
a.preview-link {
display: block;
height: 100;
width: 100;
text-decoration: none;
color: unset;
}
.thread-subject {
margin: auto;
width: 50%;