diff options
| author | 2014-01-23 23:21:11 +0100 | |
|---|---|---|
| committer | 2014-01-23 23:21:11 +0100 | |
| commit | 1863b88b6c0740a4d4191203c2a630994884c37e (patch) | |
| tree | 626c63294a954de63ea045fa9aa741eb2c6368f2 | |
| parent | 451cae8d12920a0f5d4d178e3be92989426b6c29 (diff) | |
Style titres trop longs avec toutes les icônes
https://github.com/marienfressinaud/FreshRSS/issues/385
| -rw-r--r-- | p/themes/Dark/freshrss.css | 2 | ||||
| -rw-r--r-- | p/themes/Flat/freshrss.css | 2 | ||||
| -rw-r--r-- | 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; } |
