Browse Source

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

Owen Diffey 2 years ago
parent
commit
1e115f18f1
1 changed files with 1 additions and 0 deletions
  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;
 	}