Fix layout on small screen devices

This commit is contained in:
redphx 2024-01-12 17:02:50 +07:00
parent 477989d542
commit 0a6bd5b763

View File

@ -7265,6 +7265,12 @@ a.bx-button {
padding: 12px 6px;
}
@media screen and (max-width: 450px) {
.bx-settings-wrapper {
width: 100%;
}
}
.bx-settings-wrapper *:focus {
outline: none !important;
}
@ -7628,6 +7634,12 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
outline: none !important;
}
@media screen and (max-width: 450px) {
.bx-dialog {
min-width: 100%;
}
}
.bx-dialog h2 {
display: flex;
margin-bottom: 12px;