From b9db26a846ff6399dd5302084acb38ca251f4bd0 Mon Sep 17 00:00:00 2001 From: yazninja Date: Fri, 22 Apr 2022 15:52:06 +0800 Subject: [PATCH] add musicVideo Icon to distinguish MVs --- src/renderer/style.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/renderer/style.less b/src/renderer/style.less index 80934d6f..fc6daf29 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -1228,6 +1228,18 @@ body[platform="darwin"] .app-chrome .app-chrome-item > .window-controls > div.cl margin-bottom: 15px; } } +// Add Music Video Icons to Songs that are Music Videos +div[data-type="library-music-videos"] .info-rect .title::before, +div[data-type="musicVideo"] .info-rect .title::before { + content: ""; + background-image: url(./assets/feather/video.svg); + background-size: contain; + filter:invert(0.6); + display: inline-block; + width: 20px; + height: 20px; + margin-bottom: -4px; +} .app-chrome .app-chrome-item > .app-playback-controls .song-duration p { font-weight: 400;