Skip to content

Commit

Permalink
プロフィールページにトレンドが表示される不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed May 19, 2024
1 parent fe96b79 commit ca86aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {

&.isTrendsHidden {
div[data-testid="sidebarColumn"] > div > div > div > div > div.css-175oi2r {
> div:not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-child(3)):not(.r-195d4m8):not(.r-ahm1il):not(.r-1h3ijdo):not(.r-1mwlp6a):not(.r-1ninfw3) {
> div:not(:first-child):not(:last-child):not(:nth-child(2)):not(.r-195d4m8):not(.r-ahm1il):not(.r-1h3ijdo):not(.r-1mwlp6a):not(.r-1ninfw3) {
display: none !important;
}

Expand Down

0 comments on commit ca86aa1

Please sign in to comment.