mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-07-08 01:31:31 +08:00
Add files
This commit is contained in:
14
src/popup.module.css
Normal file
14
src/popup.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user