소스 검색

fix: christmas candy cane seekerbar wasn't flowing endlessly properly

Kristian Vos 1 년 전
부모
커밋
24cb3a2db0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/Station/index.vue

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

@@ -2937,7 +2937,7 @@ onBeforeUnmount(() => {
 		var(--dark-red) 1rem 2rem
 	);
 
-	background-size: 200% 200%;
+	background-size: 200% 100%;
 	animation: christmas 20s linear infinite;
 }