From 3e008206a6349733878e95dbead3cdc10125c16c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Jun 2013 22:54:53 +0400 Subject: [PATCH] move notify a bit to the left so it woulnd't obscure browser scrollbar --- css/tt-rss.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/tt-rss.css b/css/tt-rss.css index 944b7aa7c..d40c7bf52 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -128,7 +128,7 @@ a:hover { #notify { bottom : 10px; - right : 10px; + right : 20px; border-width : 1px; border-style : solid; position : absolute;