Fized css

This commit is contained in:
Maxim Stewart 2020-06-21 18:12:11 -05:00
parent 471e7153e7
commit e03114224f
1 changed files with 2 additions and 2 deletions

View File

@ -74,11 +74,11 @@
{% endif %}
{% elif note.strip().startswith( ("http:", "https:", "ftp:", "file:") ) %}
{% if note.strip().endswith( (".jpg", ".jpeg", ".png", ".gif") ) %}
<div clclass="list-group-item list-group-item-action"">
<div class="list-group-item list-group-item-action justify-content-center text-center">
<a href="{{note}}" target="_blank">
{{note}}
</a>
<img src="{{note}}" width="25em" height="auto" />
<img src="{{note}}" width="480px" height="650px" />
</div>
{% else %}
<a class="list-group-item list-group-item-action" href="{{note}}" target="_blank">