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