diff --git a/assets/css/history.css b/assets/css/history.css deleted file mode 100644 index 7e8c00e..0000000 --- a/assets/css/history.css +++ /dev/null @@ -1,28 +0,0 @@ -.history { - flex-direction: column; - justify-content: flex-end; - height: 100%; -} - -.history.has-content { - justify-content: space-between; -} - -.history-content-title-wrapper { - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} - -.history .scroll-view { - overflow-x: hidden; - overflow-y: auto; -} - -.history-content:hover .in-content-button { - opacity: 1; -} - -.history-content-title-wrapper .play-count { - margin-right: 4px; -} \ No newline at end of file diff --git a/assets/css/playlist-item.css b/assets/css/playlist-item.css new file mode 100644 index 0000000..2e4058c --- /dev/null +++ b/assets/css/playlist-item.css @@ -0,0 +1,20 @@ +.playlist-content { + overflow: hidden; +} +.playlist-content:last-child { + margin-bottom: -1px; +} + +.playlist-content-title-wrapper { + padding-left: 0; + padding-right: 0; +} +.playlist-content-title { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} + +.playlist-thumbnail { + vertical-align: middle; +} \ No newline at end of file diff --git a/assets/css/playlist.css b/assets/css/playlist.css index e4405dd..6970143 100644 --- a/assets/css/playlist.css +++ b/assets/css/playlist.css @@ -43,12 +43,12 @@ } .scroll-view { - overflow: auto; + overflow-y: auto; + overflow-x: hidden; position: relative; flex: 1; border-right: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; - margin-bottom: -1px; } .scroll-view .panel-block { @@ -66,19 +66,10 @@ padding-bottom: 0; } -.playlist-content-title-wrapper { - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; -} .playlist-border-top { border-top: 1px solid #dbdbdb; } -.thumbnail-wrapper { - padding-right: 0; -} - .tab-with-icon { display: inline-flex; align-items: center; diff --git a/assets/index.html b/assets/index.html index 8a2ebc3..d7494a8 100644 --- a/assets/index.html +++ b/assets/index.html @@ -9,11 +9,11 @@