Skip to content

Commit

Permalink
Admin UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Oct 19, 2024
1 parent 821d53d commit d5823ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/tomato/admin/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def list_player(self, obj):
)
return html + mark_safe("</div>")
else:
return ""
return mark_safe('<span class="play-asset-list-display">&#x1F6AB;</span>')

@staticmethod
def _get_player_html(obj):
Expand Down
1 change: 1 addition & 0 deletions server/tomato/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
rel="icon"
href="data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🍅&lt;/text&gt;&lt;/svg&gt;"
>
<link rel="icon" href="{% static "tomato/tomato.ico" %}">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit d5823ef

Please sign in to comment.