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

This commit is contained in:
Simple_Not 2023-07-05 21:44:33 +10:00
parent 51aa534366
commit 00d3a6993f

View File

@ -34,9 +34,6 @@
<tbody id="thread-results"> <tbody id="thread-results">
{% for thread in board_threads %} {% for thread in board_threads %}
<tr class=""> <tr class="">
<td class="">{{thread.thread_num}}</td>
<td class="">{{thread.post_num}}</td>
<td class="">{{thread.name}}</td>
<td class=""> <td class="">
<a href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" target=”_blank”> <a href="https://static.vdk2ch.ru/thread-pics/{{thread.pic_link}}" target=”_blank”>
<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">
@ -50,6 +47,9 @@
</a> </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.thread_num}}</td>
<td class="">{{thread.post_num}}</td>
<td class="">{{thread.name}}</td>
<td class="">{{thread.txt}}</td> <td class="">{{thread.txt}}</td>
</tr> </tr>