From 73a6e617bbde69ed0e68c6ad96cbfa2e72ecdcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 17 Jul 2018 19:01:28 -0700 Subject: [PATCH] Add few tweaks to the layout - Increase truncate length to 35 chars for feed titles - Add bottom margin for main menu in mobile view - Add tooltip to feed domain in feeds list --- template/common.go | 4 ++-- template/html/common/item_meta.html | 2 +- template/html/feeds.html | 2 +- template/views.go | 4 ++-- ui/static/css.go | 12 ++++++------ ui/static/css/common.css | 6 +++++- 6 files changed, 17 insertions(+), 13 deletions(-) diff --git a/template/common.go b/template/common.go index 24ec7aae..314b258d 100644 --- a/template/common.go +++ b/template/common.go @@ -26,7 +26,7 @@ var templateCommonMap = map[string]string{