Extension styling

This commit is contained in:
Jip Fr
2024-01-10 21:04:31 +01:00
parent 4a08151fd8
commit f11b33fef4
9 changed files with 205 additions and 9 deletions

11
src/Popup.css Normal file
View File

@@ -0,0 +1,11 @@
body {
margin: 0;
}
.popup {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}