mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-06-21 19:34:57 +08:00
15 lines
239 B
CSS
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;
|
|
}
|