diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 3f4f229..d109aab 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -60,7 +60,7 @@ .card-image i { - padding-top: 5px; + padding: 5px 0 0 10px; } .card.horizontal .card-image img.favicon diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 3983ba1..f392127 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -74,33 +74,33 @@   {% endif %} {% if bookmark.http_status != 200 %} - report_problem + report_problem
{% endif %} {% if bookmark.starred == True %} star {% endif %} -
-
- - {% for tag in bookmark.tags_list %} -
- {{ tag }} -
- {% endfor %} - more_vert -
-
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close