aboutsummaryrefslogtreecommitdiffstats
path: root/dist/css/playlist.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/playlist.css')
-rw-r--r--dist/css/playlist.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/dist/css/playlist.css b/dist/css/playlist.css
index b3c0339..6e805cd 100644
--- a/dist/css/playlist.css
+++ b/dist/css/playlist.css
@@ -11,42 +11,35 @@
@media (min-width: 1920px) and (min-height: 900px) {
.single-play-menu {
height: 380px;
- overflow-y: auto;
}
}
@media screen and (max-width: 1280px) {
.single-play-menu {
height: 320px;
- overflow-y: auto;
}
}
@media screen and (max-width: 980px) {
.single-play-menu {
height: 250px;
- overflow-y: auto;
}
}
@media screen and (max-width: 800px) {
.single-play-menu {
height: 190px;
- overflow-y: auto;
}
}
@media screen and (max-width: 768px) {
.single-play-menu {
height: 350px;
- overflow-y: auto;
}
}
@media screen and (max-width: 360px) {
.single-play-menu {
height: 150px;
- overflow-y: auto;
}
}
@media screen and (max-width: 320px) {
.single-play-menu {
height: 120px;
- overflow-y: auto;
}
}