Frick / ttplus

Turntable Plus - a fan-made Chrome Extension!
http://turntableplus.fm
48 stars 16 forks source link

Reshaping window doesn't reposition user list #20

Open ColinHarrington opened 12 years ago

ColinHarrington commented 12 years ago

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 commented 11 years ago

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