fix: Making poping notice more responsive.
This commit is contained in:
parent
5228ddfe6b
commit
93e32bd0a0
9
themes/default/public/dist/css/index.css
vendored
9
themes/default/public/dist/css/index.css
vendored
@ -73,7 +73,6 @@ body {
|
|||||||
#poping-notice {
|
#poping-notice {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
width: 40%;
|
|
||||||
padding: 3rem;
|
padding: 3rem;
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
background-color: #374151;
|
background-color: #374151;
|
||||||
@ -186,4 +185,10 @@ body {
|
|||||||
|
|
||||||
#modal-video-container.active {
|
#modal-video-container.active {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 812px) {
|
||||||
|
#poping-notice {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user