extract scripts

This commit is contained in:
Luke Pulverenti 2015-06-10 00:01:14 -04:00
parent d84e09e501
commit 6c97b11f21
41 changed files with 8363 additions and 204 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 KiB

After

Width:  |  Height:  |  Size: 100 KiB

Before After
Before After

View file

@ -3,8 +3,8 @@
}
.nowPlayingPageImage img {
max-height: 300px;
max-width: 300px;
max-height: 250px;
max-width: 250px;
}
.nowPlayingPage .positionSliderContainer {
@ -77,6 +77,14 @@
}
}
@media all and (max-height: 600px) {
.nowPlayingPageImage img {
max-height: 160px;
max-width: 250px;
}
}
@media all and (max-width: 500px) {

View file

@ -151,7 +151,7 @@
font-family: Roboto;
outline: none;
vertical-align: middle;
width: 90%;
width: 85%;
}
.searchInputIcon {
@ -171,6 +171,12 @@
z-index: 1000;
}
@media all and (min-width: 600px) {
.headerSearchInput {
width: 90%;
}
}
@media all and (min-width: 800px) {
.headerSearchInput {
width: 93%;