mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 18:13:25 +00:00
Extension styling
This commit is contained in:
11
src/Popup.css
Normal file
11
src/Popup.css
Normal file
@@ -0,0 +1,11 @@
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.popup {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
Reference in New Issue
Block a user