mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Increase width for modals on mobile. Closes #1669
This commit is contained in:
parent
98f9af78cb
commit
6545a9573e
@ -358,6 +358,13 @@ header {
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.modal__container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.modal__close {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user