From 84229f1af9663b80574f22953c00242b8171aa69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 22 Mar 2020 16:33:35 -0700 Subject: [PATCH] Add some CSS tweaks for mobile devices --- template/common.go | 10 +++++----- template/html/categories.html | 2 +- template/html/common/feed_list.html | 4 ++-- template/html/common/item_meta.html | 2 +- template/views.go | 4 ++-- ui/static/css.go | 24 ++++++++++++------------ ui/static/css/common.css | 10 +++------- 7 files changed, 26 insertions(+), 30 deletions(-) diff --git a/template/common.go b/template/common.go index 8bdec623..8a33fec7 100644 --- a/template/common.go +++ b/template/common.go @@ -43,7 +43,7 @@ var templateCommonMap = map[string]string{
-