mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
improved front-end performance & grp msg move-upward
* combined js files * added css sprites * added size for images (except small icons) * cleaned up css/js * removed unused files (images etc.)
This commit is contained in:
@@ -32,7 +32,7 @@ For details please refer to 'snippets/file_content_js.html'.
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<img src="{{ raw_path }}" alt="{{ u_filename}}" id="image-view" class="vh" />
|
||||
<img src="{{ raw_path }}" alt="{{ u_filename}}" id="image-view" class="vh" width="{{file_content.img_w}}" height="{{file_content.img_h}}" />
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<div id="file-view-tip">
|
||||
|
Reference in New Issue
Block a user