소스 검색

fix: invis. toast container blocking player bar btns

Sv443 9 달 전
부모
커밋
914b89021b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      assets/style/fixSpacing.css

+ 7 - 0
assets/style/fixSpacing.css

@@ -14,3 +14,10 @@ ytmusic-responsive-list-item-renderer div.left-items:not(a.bytm-anchor > div.lef
 ytmusic-tab-renderer #automix-contents .bytm-queue-btn-container {
   padding-right: 13px;
 }
+
+/* Fix toast container rendering over the player bar buttons */
+:root body ytmusic-app yt-notification-action-renderer tp-yt-paper-toast#toast,
+:root body ytmusic-app yt-notification-text-renderer tp-yt-paper-toast#toast
+{
+  top: calc(var(--bytm-viewport-height, 1200px) + 150px);
+}