Fized css
This commit is contained in:
parent
471e7153e7
commit
e03114224f
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue