Procházet zdrojové kódy

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

Owen Diffey před 3 roky
rodič
revize
bde117ab5f
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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>