mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 06:46:01 +03:00
Increase width for modals on mobile. Closes #1669
This commit is contained in:
parent
98f9af78cb
commit
6545a9573e
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue