Fixes #21; cleanup

This commit is contained in:
Pinga 2023-12-02 16:02:09 +02:00
parent 5c767e7982
commit c5bf6797b6
6 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,8 +2,11 @@
<link href="/assets/css/tabler-flags.min.css" rel="stylesheet"/>
<link href="/assets/css/tabler-payments.min.css" rel="stylesheet"/>
<link href="/assets/css/tabler-vendors.min.css" rel="stylesheet"/>
{% if screen_mode == 'dark' %}
<link href="/assets/css/tabulator-dark.min.css" rel="stylesheet">
{% else %}
<link href="/assets/css/tabulator.min.css" rel="stylesheet">
<link href="/assets/css/tabulator_bootstrap5.min.css" rel="stylesheet">
{% endif %}
<style>
.small-dropdown .dropdown-item {
padding: 0.25rem 1.5rem;