Add files

This commit is contained in:
2026-02-13 20:27:40 +08:00
commit 92f5073774
19 changed files with 2175 additions and 0 deletions

14
src/popup.module.css Normal file
View File

@@ -0,0 +1,14 @@
.body {
margin: 0;
padding: 0;
min-width: calc(var(--popup-width, 750px) / 3);
min-height: 150px;
}
.loading {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 150px;
}