Skip to content

Commit

Permalink
explore画面でおすすめユーザが隠れない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Nov 23, 2020
1 parent dd975e4 commit fe141ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ body {
section[aria-labelledby^="accessible-list-"] {
display: none !important;
}
> div:first-child.r-1ihkh82,
> div:first-child.r-1uaug3w,
> div:first-child.r-1ysxnx4 {
display: none !important;
}
}
}

Expand Down

0 comments on commit fe141ca

Please sign in to comment.