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 | |
parent | 53fafdda461287eeb98b4b32c6257ae7632a5b59 (diff) | |
download | cl-theme-1be19fe704ab6949937dec3f081b9f63a47b0a4a.tar.lz cl-theme-1be19fe704ab6949937dec3f081b9f63a47b0a4a.tar.xz cl-theme-1be19fe704ab6949937dec3f081b9f63a47b0a4a.zip |
new build
-rw-r--r-- | dist/css/playlist.css | 7 | ||||
-rw-r--r-- | dist/css/playlist.min.css | 2 |
2 files changed, 1 insertions, 8 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; } } diff --git a/dist/css/playlist.min.css b/dist/css/playlist.min.css index 6a15956..176efd9 100644 --- a/dist/css/playlist.min.css +++ b/dist/css/playlist.min.css @@ -2,4 +2,4 @@ * Author: jesus e. * Version: 1.0.0 * Licensed GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) - */.single-play-menu{height:320px;overflow-y:auto}@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}} + */.single-play-menu{height:320px;overflow-y:auto}@media (min-width: 1920px) and (min-height: 900px){.single-play-menu{height:380px}}@media screen and (max-width: 1280px){.single-play-menu{height:320px}}@media screen and (max-width: 980px){.single-play-menu{height:250px}}@media screen and (max-width: 800px){.single-play-menu{height:190px}}@media screen and (max-width: 768px){.single-play-menu{height:350px}}@media screen and (max-width: 360px){.single-play-menu{height:150px}}@media screen and (max-width: 320px){.single-play-menu{height:120px}} |