Sfoglia il codice sorgente

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

Owen Diffey 3 anni fa
parent
commit
bde117ab5f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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>