mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 17:53:24 +00:00
Make frame compatible with firefox android
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800&display=swap');
|
||||
|
||||
html {
|
||||
min-height: 300px;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 300px;
|
||||
min-width: 300px;
|
||||
margin: 0;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
@@ -11,4 +18,4 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user