1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

Merge pull request #5218 from haiwen/fix-markdown-image-expand-icon

fix markdown image expand icon path in app page
This commit is contained in:
Daniel Pan 2022-07-22 15:48:08 +08:00 committed by GitHub
commit c423cdbb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
{% load seahub_tags %}
{% block extra_style %}
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-editor-font/seafile-editor-font.css" />
{% render_bundle 'app' 'css' %}
{% endblock %}