Changed modal box size
This commit is contained in:
parent
c0a53e905f
commit
b85704c0c3
@ -80,8 +80,8 @@ button:active {
|
||||
background: #1a1a1a;
|
||||
border-radius: 10px;
|
||||
padding: 0.5rem;
|
||||
width: 90vw;
|
||||
max-width: 900px;
|
||||
width: 80vw;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.modal-close {
|
||||
@ -105,14 +105,14 @@ button:active {
|
||||
|
||||
#modal-video {
|
||||
width: 100%;
|
||||
max-height: 75vh;
|
||||
height: 100%;
|
||||
border-radius: 6px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#modal-iframe {
|
||||
width: 100%;
|
||||
height: 75vh;
|
||||
height: 100%;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
display: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user