From 1863b88b6c0740a4d4191203c2a630994884c37e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 Jan 2014 23:21:11 +0100 Subject: Style titres trop longs avec toutes les icĂ´nes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/marienfressinaud/FreshRSS/issues/385 --- p/themes/Dark/freshrss.css | 2 +- p/themes/Flat/freshrss.css | 2 +- p/themes/Origine/freshrss.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index 9df540c04..c394ad98b 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -653,7 +653,7 @@ select.number option { @media(min-width: 841px) { .flux:not(.current):hover .item.title { - max-width: calc(100% - 545px); + max-width: calc(100% - 580px); padding-right: 1.5em; position: absolute; } diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index 6f2f75604..b2d92f86b 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -657,7 +657,7 @@ select.number option { @media(min-width: 841px) { .flux:not(.current):hover .item.title { - max-width: calc(100% - 545px); + max-width: calc(100% - 580px); padding-right: 1.5em; position: absolute; } diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index 965980d11..86745af1a 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -658,7 +658,7 @@ select.number option { @media(min-width: 841px) { .flux:not(.current):hover .item.title { - max-width: calc(100% - 545px); + max-width: calc(100% - 580px); padding-right: 1.5em; position: absolute; } -- cgit v1.2.3