fix: popup button missing VITAL css :)

This commit is contained in:
SethBurkart123
2024-02-02 15:06:39 +11:00
parent 03eac584f6
commit c9ff1bf872
4 changed files with 37 additions and 32 deletions
+6
View File
@@ -28,4 +28,10 @@
object-fit: cover;
pointer-events: none;
border: none !important;
}
#ExtensionPopup {
border-radius: 1rem;
box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
transform-origin: 70% 0;
}