mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 17:43:25 +00:00
Added button and beginning of setup screen
This commit is contained in:
@@ -3,12 +3,15 @@
|
||||
html {
|
||||
min-height: 300px;
|
||||
min-width: 300px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 300px;
|
||||
min-width: 300px;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.popup {
|
||||
@@ -18,3 +21,8 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#__plasmo {
|
||||
height: 100%;
|
||||
background-color: #0a0a10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user