Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reshaping window doesn't reposition user list #20

Open
ColinHarrington opened this issue Mar 1, 2012 · 1 comment
Open

Reshaping window doesn't reposition user list #20

ColinHarrington opened this issue Mar 1, 2012 · 1 comment

Comments

@ColinHarrington
Copy link

div#ttpUsersList doesn't naturally reposition when the window is resized.

Steps to reproduce:

  1. Launch turntable.fm
  2. Expand or shrink the horizontal space in the window.
  3. Observer that the User list doesn't follow the div#outer wrapper

http://imgur.com/xJHIC

@davehensley
Copy link

Even better would be the ability to force the div#outer to the left side of the window (to get rid of that useless black space on the left side). With that in place, the div#outer won't move when the window gets resized, and therefore the div#ttpUsersList won't need to move either.

In the mean time, here's little a bookmarklet which forces div#outer to the left side of the window:

javascript:(function(){$("#outer").css("margin","0");})();

For those who aren't aware, you can move the tt+ Users List by clicking and dragging near the top (where it says "Votes:").

http://i.imgur.com/B8IUm.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants