aboutsummaryrefslogtreecommitdiffstats
path: root/dist/css/playlist.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-25 12:04:56 -0500
committerJesús <heckyel@hyperbola.info>2019-03-25 12:04:56 -0500
commit1be19fe704ab6949937dec3f081b9f63a47b0a4a (patch)
tree3de6252ad6bb82ef1a4458828afb1fcdde88e751 /dist/css/playlist.css
parent53fafdda461287eeb98b4b32c6257ae7632a5b59 (diff)
downloadcl-theme-1be19fe704ab6949937dec3f081b9f63a47b0a4a.tar.lz
cl-theme-1be19fe704ab6949937dec3f081b9f63a47b0a4a.tar.xz
cl-theme-1be19fe704ab6949937dec3f081b9f63a47b0a4a.zip
new build
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;
}
}