mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(challenge-modal): improve mobile iframe challenge modal positioning and sizing
This commit is contained in:
@@ -145,8 +145,19 @@
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.iframeContainer {
|
||||
width: calc(100% - 10px);
|
||||
max-width: calc(100% - 15px);
|
||||
}
|
||||
|
||||
.iframeWrapper {
|
||||
width: 100vw;
|
||||
height: 70vh;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.iframe {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user