1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

continue jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-24 12:51:13 -04:00
parent ba14c457e8
commit 6c9609f234
7 changed files with 120 additions and 80 deletions

View file

@ -107,30 +107,36 @@
vertical-align: middle;
}
@media all and (max-width: 600px) {
.videoPositionSliderContainer {
width: 220px;
}
}
@media all and (max-width: 440px) {
.videoPositionSliderContainer {
width: 240px;
}
}
@media all and (max-width: 400px) {
.videoPositionSliderContainer {
width: 200px;
}
}
@media all and (max-width: 350px) {
.videoPositionSliderContainer {
width: 180px;
}
}
@media all and (max-width: 320px) {
@media all and (max-width: 400px) {
.videoPositionSliderContainer {
width: 150px;
}
}
@media all and (max-width: 350px) {
.videoPositionSliderContainer {
width: 120px;
}
}
@media all and (max-width: 320px) {
.videoPositionSliderContainer {
width: 100px;
}
}
.nowPlayingTabButtons {
margin-bottom: 1.25em;
}