Sven 9 місяців тому
батько
коміт
411aba2bf6
2 змінених файлів з 4 додано та 2 видалено
  1. 2 2
      dist/BetterYTM.css
  2. 2 0
      src/features/layout.ts

+ 2 - 2
dist/BetterYTM.css

@@ -1708,8 +1708,8 @@ ytmusic-app-layout[player-ui-state=FULLSCREEN] .bytm-vote-label {
 /* Increase specificity to override YTM's default styles without having to use !important */
 :root body.bytm-dom-ytm ytmusic-app-layout[player-ui-state=FULLSCREEN] ytmusic-player-bar[slot=player-bar] {
   width: 100%;
-  background: rgba(0, 0, 0, 0.15);
-  backdrop-filter: blur(10px);
+  background: rgba(0, 0, 0, 0.2);
+  backdrop-filter: blur(8px) brightness(85%);
 }
 
 :root body.bytm-dom-ytm ytmusic-app-layout[player-ui-state=FULLSCREEN] ytmusic-player-bar[slot=player-bar] .ytmusic-menu-renderer svg path {

+ 2 - 0
src/features/layout.ts

@@ -530,6 +530,8 @@ export async function initThumbnailOverlay() {
           toggleBtnElem.href = thumbUrl;
         if(thumbImgElem)
           thumbImgElem.src = thumbUrl;
+
+        log("Applied thumbnail URL to overlay:", thumbUrl);
       }
       else error("Couldn't get thumbnail URL for watch ID", watchId);
     };