summaryrefslogtreecommitdiff
path: root/p/themes/Flat/freshrss.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 23:21:11 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 23:21:11 +0100
commit1863b88b6c0740a4d4191203c2a630994884c37e (patch)
tree626c63294a954de63ea045fa9aa741eb2c6368f2 /p/themes/Flat/freshrss.css
parent451cae8d12920a0f5d4d178e3be92989426b6c29 (diff)
Style titres trop longs avec toutes les icônes
https://github.com/marienfressinaud/FreshRSS/issues/385
Diffstat (limited to 'p/themes/Flat/freshrss.css')
-rw-r--r--p/themes/Flat/freshrss.css2
1 files changed, 1 insertions, 1 deletions
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;
}