modified: s/item.tpl.html
modified: s/style.css modified: src/main.js
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
<audio controls src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||
{% endif %}
|
||||
{% if item == "image" %}
|
||||
<img src="{{ dest }}" style="max-width: 1024px" />
|
||||
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="controls">{% if next != null %}<a id="next" href="/{{ next }}"><<-</a> | {% endif %} <a id="random" href="/random" title="Random">random</a> {% if prev != null %} | <a id="prev" href="/{{ prev }}">->></a>{% endif %}</div><br />
|
||||
|
@ -3,7 +3,7 @@ body {
|
||||
color: #fff;
|
||||
font-family: Monospace;
|
||||
}
|
||||
a > img {
|
||||
.mrhankyisteinneger > a > img {
|
||||
max-height: 128px;
|
||||
max-width: 128px;
|
||||
border: 2px solid #4c4a4a;
|
||||
|
Reference in New Issue
Block a user