mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Fix header's style in other pages
This commit is contained in:
parent
f5e1b0a9fa
commit
98e8ff4783
2
dist/better-xcloud.pretty.user.js
vendored
2
dist/better-xcloud.pretty.user.js
vendored
File diff suppressed because one or more lines are too long
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
File diff suppressed because one or more lines are too long
@ -61,27 +61,34 @@ button_color(name, normal, hover, active, disabled)
|
|||||||
|
|
||||||
/* Remove the "Cloud Gaming" text in header when the screen is too small */
|
/* Remove the "Cloud Gaming" text in header when the screen is too small */
|
||||||
@media screen and (min-width: 641px) and (max-width: 767px) {
|
@media screen and (min-width: 641px) and (max-width: 767px) {
|
||||||
header button[class^="ExperienceDropdown-module__toggleButton"], header button[class^="XboxButton-module__headerXboxButton"] {
|
header {
|
||||||
margin-right: 10px !important;
|
button[class^="ExperienceDropdown-module__toggleButton"],
|
||||||
}
|
button[class^="XboxButton-module__headerXboxButton"] {
|
||||||
|
margin-right: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
header button[class^="ExperienceDropdown-module__toggleButton"]{
|
a[href="/play"],
|
||||||
> div{
|
button[class^="ExperienceDropdown-module__toggleButton"] {
|
||||||
> div {
|
> div {
|
||||||
font-size: 12px;
|
> div {
|
||||||
}
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
> svg {
|
> svg {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
header button[class^="ExperienceDropdown-module__toggleButton"] {
|
header {
|
||||||
display: none;
|
a[href="/play"],
|
||||||
|
button[class^="ExperienceDropdown-module__toggleButton"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user