r1m / GSExtended

Grooveshark userscript
MIT License
11 stars 6 forks source link

Social bar breaks collection layout #36

Closed r1m closed 8 years ago

r1m commented 9 years ago

screen

Mullinx commented 9 years ago

may i suggest

@media only screen and (min-width: 1025px) and (max-width: 1255px) { .social-bar-open .grid-toolbar .actions.secondary, .social-bar-open .grid-toolbar .actions.primary { display: table; float: none; }

.social-bar-open .grid-toolbar .actions.secondary { margin-top: 10px; }

.social-bar-open .grid-toolbar-container.sticky .grid-toolbar-inner .actions.secondary { padding-left: 20px; }

.grid-toolbar-container { height: 65px; } }

1255px width: minimum width to fit expanded sidebar and action buttons in a single row (there's a "remove" button when you click a song).

jonesnc commented 8 years ago

Long live gs :(