瀏覽代碼

fix: fixed a few issues with SongItem thumbnail

Kristian Vos 1 年之前
父節點
當前提交
4c2eafd424
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      frontend/src/components/SongThumbnail.vue
  2. 1 1
      frontend/src/components/modals/Report.vue

+ 1 - 0
frontend/src/components/SongThumbnail.vue

@@ -110,6 +110,7 @@ watch(
 	margin-top: -15px;
 	margin-bottom: -15px;
 	margin-left: -10px;
+	overflow: hidden;
 
 	// .yt-thumbnail-bg {
 	// 	display: none;

+ 1 - 1
frontend/src/components/modals/Report.vue

@@ -473,7 +473,7 @@ onMounted(() => {
 	}
 
 	.song-info {
-		margin-left: 130px;
+		margin-left: 130px !important;
 	}
 }
 </style>