diff --git a/s/item.tpl.html b/s/item.tpl.html
index 3000081..2fe5f6f 100644
--- a/s/item.tpl.html
+++ b/s/item.tpl.html
@@ -22,11 +22,13 @@
{% elseif item == "audio" %}
{% if thumb != null %}
-
-
-
+
+
![]({{ thumb }})
+ {% endif %}
+
+ {% if thumb != null %}
+
{% endif %}
-
{% elseif item == "image" %}
{% else %}
diff --git a/s/style.css b/s/style.css
index 2715c17..5d41ea9 100644
--- a/s/style.css
+++ b/s/style.css
@@ -55,11 +55,10 @@ a:hover {
.medium, .thumbnail {
display: flex;
justify-content: center;
-/* align-items: center; */
+ margin-top: 5px;
}
.info {
-/* text-align: center; */
-padding-top: 5px;
+ padding-top: 5px;
}
.id {
text-align: center;
@@ -84,10 +83,10 @@ code {
}
.panel {
- margin-bottom: 0;
- background-color: rgba(34, 34, 34, 0.61);
- border: 5px solid #383838;
- border-radius: 0px;
- padding-left: 10px;
- padding-right: 10px;
+ margin-bottom: 0;
+ background-color: rgba(34, 34, 34, 0.61);
+ border: 5px solid #383838;
+ border-radius: 0px;
+ padding-left: 10px;
+ padding-right: 10px;
}
\ No newline at end of file