mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 12:53:24 +00:00
29 lines
364 B
CSS
29 lines
364 B
CSS
@import url("./font.css");
|
|
|
|
html {
|
|
min-height: 300px;
|
|
min-width: 300px;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
min-height: 300px;
|
|
min-width: 300px;
|
|
margin: 0;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.popup {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#__plasmo {
|
|
height: 100%;
|
|
background-color: #0a0a10;
|
|
}
|