Код: Выделить всё
Document
dialog {
width: 100dvw;
height: 100dvh;
}
@media (min-width: 700px) {
dialog {
width: unset;
height: unset;
}
}
Hello!
Подробнее здесь: https://stackoverflow.com/questions/783 ... logs-width
Код: Выделить всё
Document
dialog {
width: 100dvw;
height: 100dvh;
}
@media (min-width: 700px) {
dialog {
width: unset;
height: unset;
}
}
Hello!