diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-25 12:04:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-25 12:04:56 -0500 |
commit | 1be19fe704ab6949937dec3f081b9f63a47b0a4a (patch) | |
tree | 3de6252ad6bb82ef1a4458828afb1fcdde88e751 /dist/css/playlist.css | |
parent | 53fafdda461287eeb98b4b32c6257ae7632a5b59 (diff) | |
download | cl-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.css | 7 |
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; } } |