mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Fix layout on small screen devices
This commit is contained in:
parent
477989d542
commit
0a6bd5b763
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user