make preview a link, remove js click event on preview
This commit is contained in:
parent
d68e6e0fd7
commit
3be5552fcf
3 changed files with 34 additions and 36 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue