some styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-05 21:43:30 +10:00
parent 8c6e91043d
commit a9f28dd62f

View File

@ -38,6 +38,7 @@
<td class="">{{thread.post_num}}</td> <td class="">{{thread.post_num}}</td>
<td class="">{{thread.name}}</td> <td class="">{{thread.name}}</td>
<td class=""> <td class="">
<a href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}">
<svg viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs> <defs>
<pattern id="img-{{thread.post_num}}" patternUnits="userSpaceOnUse" width="100" height="100"> <pattern id="img-{{thread.post_num}}" patternUnits="userSpaceOnUse" width="100" height="100">
@ -46,6 +47,7 @@
</defs> </defs>
<polygon points="50 1 95 25 95 75 50 99 5 75 5 25" fill="url(#img-{{thread.post_num}})"/> <polygon points="50 1 95 25 95 75 50 99 5 75 5 25" fill="url(#img-{{thread.post_num}})"/>
</svg> </svg>
</a>
<!-- <img src="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" alt="" width="200" height="200"> --> <!-- <img src="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" alt="" width="200" height="200"> -->
</td> </td>
<td class="">{{thread.txt}}</td> <td class="">{{thread.txt}}</td>