소스 검색

fix(Station): Info box has white corners in dark mode

Owen Diffey 3 년 전
부모
커밋
1e115f18f1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/pages/Station/index.vue

+ 1 - 0
frontend/src/pages/Station/index.vue

@@ -2274,6 +2274,7 @@ export default {
 	#currently-playing-container,
 	#next-up-container,
 	#control-bar-container,
+	.quadrant:not(#sidebar-container),
 	.player-container {
 		background-color: var(--dark-grey-3) !important;
 	}