Skip to content

Commit

Permalink
Update CSS selectors in main.css
Browse files Browse the repository at this point in the history
The CSS selectors for elements used in main.css are updated. This includes changes to the selectors responsible for the appearance of the Discord home icon and certain elements' display properties. The modifications ensure the styles target the correct DOM elements after recent changes in the markup structure.
  • Loading branch information
arty01238 committed Jul 15, 2024
1 parent 3fa9a20 commit 42bc7d6
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,7 @@ element.style
}

/* Discord Home Icon Replacement */
.tutorialContainer__890ea .childWrapper__01b9c
{
background: var(--home-icon-image) !important;
background-position: var(--home-icon-image-position) !important;
background-repeat: no-repeat !important;
background-size: var(--home-icon-image-zoom) !important;
}

.listItemWrapper__3d465 .wrapper__9916c .homeIcon-r0w4ny
.tutorialContainer_f9623d .childWrapper_f90abb
{
background: var(--home-icon-image) !important;
background-position: var(--home-icon-image-position) !important;
Expand All @@ -232,10 +224,11 @@ element.style
}

/* Makes Discord Icon Go Bye Bye */
.tutorialContainer__890ea
.listItem_fa7b36
.listItemWrapper__1f93b
.wrapper_d281dd
.tutorialContainer_f9623d
.listItem_c96c45
.listItemWrapper_dfb2f8
.wrapper_c5f96a
.svg_c5f96a
svg
{
display: none;
Expand Down

0 comments on commit 42bc7d6

Please sign in to comment.