Fized css
This commit is contained in:
parent
471e7153e7
commit
e03114224f
|
@ -74,11 +74,11 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif note.strip().startswith( ("http:", "https:", "ftp:", "file:") ) %}
|
{% elif note.strip().startswith( ("http:", "https:", "ftp:", "file:") ) %}
|
||||||
{% if note.strip().endswith( (".jpg", ".jpeg", ".png", ".gif") ) %}
|
{% 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">
|
<a href="{{note}}" target="_blank">
|
||||||
{{note}}
|
{{note}}
|
||||||
</a>
|
</a>
|
||||||
<img src="{{note}}" width="25em" height="auto" />
|
<img src="{{note}}" width="480px" height="650px" />
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="list-group-item list-group-item-action" href="{{note}}" target="_blank">
|
<a class="list-group-item list-group-item-action" href="{{note}}" target="_blank">
|
||||||
|
|
Loading…
Reference in New Issue