mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Merge branch 'master' of github.com:aquatix/digimarks
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
.card-image i
|
.card-image i
|
||||||
{
|
{
|
||||||
padding-top: 5px;
|
padding: 5px 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.horizontal .card-image img.favicon
|
.card.horizontal .card-image img.favicon
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" class="favicon" />
|
<img src="{{ url_for('static', filename='favicons/' + bookmark.favicon) }}" class="favicon" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if bookmark.http_status != 200 %}
|
{% if bookmark.http_status != 200 %}
|
||||||
<i class="small material-icons red-text" title="HTTP status {{ bookmark.http_status }}">report_problem</i>
|
<i class="small material-icons red-text" title="HTTP status {{ bookmark.http_status }}">report_problem</i><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if bookmark.starred == True %}
|
{% if bookmark.starred == True %}
|
||||||
<i class="small material-icons yellow-text">star</i>
|
<i class="small material-icons yellow-text">star</i>
|
||||||
|
|||||||
Reference in New Issue
Block a user