Give links around thumbnails in catalog class catalog-link.
This commit is contained in:
parent
a3c32ad4aa
commit
67a54d383d
@ -1,4 +1,4 @@
|
||||
<a href="/${thread.board}/thread/${thread.ID}">
|
||||
<a class="catalog-link" href="/${thread.board}/thread/${thread.ID}">
|
||||
<img src="${src}"?{imgClass}{ class="catalog-thumb ${imgClass}"}{ class="catalog-thumb" data-width="${data.tn_w}" data-height="${data.tn_h}"}>
|
||||
</a>
|
||||
<div class="catalog-stats">
|
||||
|
||||
@ -739,7 +739,7 @@ div.catalog-thread {
|
||||
margin-bottom: -1px;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
.catalog-thread > a {
|
||||
.catalog-link {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
@ -1175,7 +1175,7 @@ input[name="Default Volume"] {
|
||||
.werkTyme-filename {
|
||||
font-weight: bold;
|
||||
}
|
||||
:root.werkTyme .catalog-thread > a {
|
||||
:root.werkTyme .catalog-link {
|
||||
text-align: center;
|
||||
-webkit-align-self: stretch;
|
||||
align-self: stretch;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user