瀏覽代碼

fix: The most minor issue with box shadow to have ever existed

Owen Diffey 3 年之前
父節點
當前提交
bde117ab5f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      frontend/src/components/Modal.vue

+ 4 - 0
frontend/src/components/Modal.vue

@@ -244,4 +244,8 @@ export default {
 		}
 	}
 }
+
+.christmas-mode .modal .christmas-lights {
+	top: 69px !important;
+}
 </style>