wip
This commit is contained in:
parent
7823be6481
commit
e99b2745bd
8 changed files with 147 additions and 894 deletions
|
@ -14,9 +14,9 @@
|
|||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/custom.css') }}">
|
||||
<!-- <link rel="stylesheet" href="{{ url_for('static', filename='css/custom.css') }}"> -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/modal.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/context-menu.css') }}">
|
||||
<!-- <link rel="stylesheet" href="{{ url_for('static', filename='css/context-menu.css') }}"> -->
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/mobile-menu.css') }}">
|
||||
<!-- Font Awesome Icons -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
{% for file in recent_files %}
|
||||
<div class="recent-file-item">
|
||||
<div class="recent-file-icon">
|
||||
<i class="{{ file.icon_class }}"></i>
|
||||
<i class="fas {{ file.icon_class }}"></i>
|
||||
</div>
|
||||
<div class="recent-file-info">
|
||||
<div class="recent-file-name">{{ file.name }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue