Files
bookdownload/src/popup.module.css
2026-02-13 20:27:40 +08:00

15 lines
239 B
CSS

.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;
}