Skip to content

Commit

Permalink
Fixed some things on twitch not being overridden when on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Dec 22, 2023
1 parent cbb5e8d commit 16e5211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/twitch.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.ScMediaCardStatWrapper-sc-anph5i-0 {
display: none; /* Hides the "offline" box in the upper right (because it can make it hard to see the "ltt time") */
display: none !important; /* Hides the "offline" box in the upper right (because it can make it hard to see the "ltt time") */
}

.top-bar {
background: none; /* Removes top gradient */
background: none !important; /* Removes top gradient */
}


Expand Down

0 comments on commit 16e5211

Please sign in to comment.