瀏覽代碼

Merge branch 'staging' of https://github.com/Musare/Musare into staging

Kristian Vos 2 年之前
父節點
當前提交
abeaee1691
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/components/layout/MainHeader.vue

+ 1 - 1
frontend/src/components/layout/MainHeader.vue

@@ -69,7 +69,7 @@
 
 		<christmas-lights
 			v-if="siteSettings.christmas"
-			:lights="Math.min(Math.floor(windowWidth / 175), 15)"
+			:lights="Math.min(Math.max(Math.floor(windowWidth / 175), 5), 15)"
 		/>
 	</nav>
 </template>