regardscitoyens / the-law-factory

Track the french law-making process
https://www.lafabriquedelaloi.fr
GNU Affero General Public License v3.0
75 stars 15 forks source link

[navettes] interface menu's style is broken in small screens since refacto #158

Closed boogheta closed 8 years ago

boogheta commented 8 years ago

under a 1080pixels wide screen, the new style of the zoom element takes too much space and breaks the display of the years slector menu

I believe ensuring always at least 1024 screens is a minimurm requisite

boogheta commented 8 years ago

at least forcing max height of the menu maybe ?

boogheta commented 8 years ago

oups sorry, wrong window, it's already the case. Although it remains a bit sad to get only the arrow on second line on small screens, maybe ensure always to have a word next to the arrow if that's possible? (not sure about that though, as it is a dedicated markup nbsp won't suffice and some kinf of css inline would probably be necessary)

boogheta commented 8 years ago

In any case, reducing the gap between the zoom text and slider would seem better

njoyard commented 8 years ago

Fixed in css-refactor : no line break is possible between text and caret (still possible inside text) and reduced space between zoom text and slider

boogheta commented 8 years ago

great, thanks!