From 9f8372edf764d4764950bf1745b4e773201638de Mon Sep 17 00:00:00 2001 From: vas3k Date: Sun, 5 Jan 2020 22:19:43 +0100 Subject: [PATCH] Improve feed tooltip --- static/css/components.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/components.css b/static/css/components.css index aedd221..6373f15 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -253,7 +253,8 @@ .article-tooltip { display: none; position: absolute; - left: 20px; + bottom: 30px; + left: 0; padding: 20px; box-sizing: border-box; border-radius: 20px;