This commit is contained in:
Joseph Cheung 2023-02-26 08:44:12 +08:00
parent 10b9c2ee90
commit 173b18b945
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -132,7 +132,7 @@ module.exports = function (grunt) {
},
{
src: ['src/less/style-rtl.less'],
dest: 'css/searxng-rtl.min.css',
dest: 'css/magi-rtl.min.css',
nonull: true,
filter: file_exists,
},

View file

@ -13,9 +13,9 @@
<title>{% block title %}{% endblock %}{{ instance_name }}</title>
{% block meta %}{% endblock %}
{% if rtl %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/searxng-rtl.min.css') }}" type="text/css" media="screen" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/magi-rtl.min.css') }}" type="text/css" media="screen" />
{% else %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/searxng.min.css') }}" type="text/css" media="screen" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/magi.min.css') }}" type="text/css" media="screen" />
{% endif %}
{% block styles %}{% endblock %}
<!--[if gte IE 9]>-->