Browse Source

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

Owen Diffey 3 years ago
parent
commit
bde117ab5f
1 changed files with 4 additions and 0 deletions
  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>