-
-
Notifications
You must be signed in to change notification settings - Fork 9
fix playbar container background and tweak category header #52
New issue
Have a question about 10000 this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the changes and then it will look good for me
src/css/steam/gamepage.css
Outdated
@@ -124,6 +124,7 @@ | |||
|
|||
|
|||
._3DeO92O5aVkcdwEBCJDjWm._3fLo166MlaNqP8r8tTyRz { | |||
background: none !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unnecessary because background: unset; is already inside
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didnt notice the background unset
@@ -232,7 +232,21 @@ | |||
border-radius: 8px; | |||
background: none; | |||
background-color: rgb(var(--color-1)); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls fix format
and because of "Fixed the blue gray peeking from behind the top left corner" you should update the theme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the formatting and added !important to the unset
Didnt notice the formatting was all bad as usually I use 2 space indentation and I also didnt notice the unset at the time
src/css/steam/gamepage.css
Outdated
@@ -124,6 +124,7 @@ | |||
|
|||
|
|||
._3DeO92O5aVkcdwEBCJDjWm._3fLo166MlaNqP8r8tTyRz { | |||
background: none !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didnt notice the background unset
I only just installed the theme yesterday so that blue gray was there on the latest version Initially installed via millenium but when making changes opted for |
hmm wierd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Changes made
Before
Slight blue gray peaking out from top left corner
The name of the category sits way too high and looks out of place
The background of the category name peaks out from under the category name hover background
After