From 6712fced6df0353856c06c19fcf3c67e6f8e8c7a Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 4 Nov 2023 10:46:49 +0900 Subject: [PATCH] fix: fix broken menu-layout (#1360) --- src/plugins/downloader/style.css | 6 +++--- src/plugins/downloader/templates/download.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plugins/downloader/style.css b/src/plugins/downloader/style.css index ea721f30..052838ca 100644 --- a/src/plugins/downloader/style.css +++ b/src/plugins/downloader/style.css @@ -1,4 +1,4 @@ -.menu-item { +.ytmd-menu-item { display: var(--ytmusic-menu-item_-_display); height: var(--ytmusic-menu-item_-_height); align-items: var(--ytmusic-menu-item_-_align-items); @@ -6,11 +6,11 @@ cursor: pointer; } -.menu-item > .yt-simple-endpoint:hover { +.ytmd-menu-item > .yt-simple-endpoint:hover { background-color: var(--ytmusic-menu-item-hover-background-color); } -.menu-icon { +.ytmd-menu-item { flex: var(--ytmusic-menu-item-icon_-_flex); margin: var(--ytmusic-menu-item-icon_-_margin); fill: var(--ytmusic-menu-item-icon_-_fill); diff --git a/src/plugins/downloader/templates/download.html b/src/plugins/downloader/templates/download.html index 4079a4f5..8c50dcbb 100644 --- a/src/plugins/downloader/templates/download.html +++ b/src/plugins/downloader/templates/download.html @@ -6,13 +6,13 @@ role="option" tabindex="-1" > - +