From a702051aef4b32fca7fd516a34415fcbb1e8c871 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 3 Dec 2023 12:07:07 +0100 Subject: Move theme switcher to bottom; add 'use device theme' --- templates/layouts/app.html.ep | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 1795471..7e8e38a 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -27,14 +27,14 @@ % } %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" @@ -88,9 +82,6 @@ <%= stash('api_text') %> % } -
  • - Farbschema invertieren -
  • % if (stash('hide_opts')) {
  • Hauptseite
  • % } @@ -296,13 +287,28 @@
    +
    +Theme: +dark +· +light +· +device theme + +
    -<%= l 'Über DBF' %> +DBF v<%= stash('version') // '???' %> · <%= l 'Datenschutz' %> · -<%= l 'Impressum' %>
    -Version <%= stash('version') // '???' %> +<%= l 'Impressum' %>
    % } -- cgit v1.2.3