From 7c6097703cc357a133b34ed22d9d4da31d698860 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 19 Dec 2019 16:19:44 +0000 Subject: Improve css for mobile devices --- templates/error.tmpl | 9 ++++++--- templates/thread.tmpl | 13 +++++++------ templates/timeline.tmpl | 11 ++++++----- 3 files changed, 19 insertions(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/error.tmpl b/templates/error.tmpl index b6943be..890b5a7 100644 --- a/templates/error.tmpl +++ b/templates/error.tmpl @@ -1,6 +1,9 @@ {{template "header.tmpl"}} -

Error

-
{{.}}
- Home +
Error
+
{{.}}
+
+Home +Sign In +
{{template "footer.tmpl"}} diff --git a/templates/thread.tmpl b/templates/thread.tmpl index 3ad5dae..d4c88de 100644 --- a/templates/thread.tmpl +++ b/templates/thread.tmpl @@ -8,12 +8,13 @@ {{if eq .ID $.ReplyToID}}
- -
- -
- Attachments -
+ +
+ +
+
+ Attachments +
{{end}} diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 53e3ad7..fe426de 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -4,11 +4,12 @@
-
- -
- Attachments -
+
+ +
+
+ Attachments +
-- cgit v1.2.3