mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 14:53:24 +00:00
Update texts + fix responsiveness of new pages
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
@@ -16,6 +16,11 @@ body {
|
||||
max-width: 628px;
|
||||
}
|
||||
|
||||
.permission-request .inner-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.permission-request h1 {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
@@ -56,6 +61,12 @@ body {
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
.permission-request .card {
|
||||
grid-template-columns: auto;
|
||||
grid-template-rows: auto auto auto;
|
||||
}
|
||||
}
|
||||
|
||||
.permission-request .card .icon-circle {
|
||||
width: 2rem;
|
||||
|
Reference in New Issue
Block a user