From 13fd911873a7df311544b1ec916c98ee05c91bbc Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 19 Aug 2023 16:56:50 +0200 Subject: ref: Relayout settings page a bit Settings was all over the place with its layout. Now it better fits mobile. --- templates/settings.qtpl | 84 ++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'templates/settings.qtpl') diff --git a/templates/settings.qtpl b/templates/settings.qtpl index 3d1af81..4439c77 100644 --- a/templates/settings.qtpl +++ b/templates/settings.qtpl @@ -10,55 +10,55 @@ type SettingsPage struct { {% func (p *SettingsPage) Title() %}Settings{% endfunc %} {% func (p *SettingsPage) Content() %} -
-
-
-
-
- -
-
-
-
- -
+
+

Medias

+ +
+
+
-
-
- -
+
+
+
+
-
- +
+
+
+
- -
-
+
+
+ +
+ +
+
+

Users

{% for _, user := range p.Users %} -
-
-
- {%s user.Username %} -
-
- {%s user.Path %} -
- +
+
+
+ {%s user.Username %} +
+
+ {%s user.Path %}
+
+
{% endfor %} -
- create -
+
+ create
{% endfunc %} -- cgit v1.2.3