make preview a link, remove js click event on preview
This commit is contained in:
parent
cc6a4e46dc
commit
bb5fb41c2b
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