Closed braiam closed 11 years ago
Just where are the css rules add? :confused:
On what websites do you have the issue ??
@plduhoux check RHS "Hayate no Goutoku" and FTH "Liar's Paradox", the select just grow horizontally until it fill the screen (I have a small screen) making the navBar fill 3 rows instead one. I can fix it manually when reading, but it could be nice that in case that the select were too big for the screen it doesn't affect the icons position.
I found this: I will test later http://stackoverflow.com/a/15641292/792066
you really gotta be kidding me...
I think I will use ´$(document).width() - 450´ instead.
Waw ??!! weird that worked for now... will have a look at it...
Is there no way to use some sort of overflow for this sort of thing?
I didn't understand the problem with the image: the
BTW, maybe would be better setting max-width in percent on #AMRBar (would make it a percent of the client width, if the bar is set up correctly) and another max-width in percent in
2013/3/28 Someone516 notifications@github.com
Is there no way to use some sort of overflow for this sort of thing?
— Reply to this email directly or view it on GitHubhttps://github.com/AllMangasReader-dev/AMR/issues/47#issuecomment-15610119 .
Fábio de Godoy http://www.animenewsnetwork.com/MyManga/?user=mexicano21
I've set the max-width as the total width using $(document).width()
with minus the icons/buttons width (more or less 450 px). When we do the translations of the buttons this may change, may not, and also it doesn't change upon re-size, so feel free to propose another solution.
I prefer it like that effectively... moreover, i tested it on a very wide screen... so it was not really representative...
Well, I set it up that in any screen it ends with less than the total screen width, which probably is the best for all screens.
Some chapters have extremely large names that in small screens makes the bar grow vertically.