Skip to content

Commit

Permalink
ユーザーページで右カラムの画像リストが隠れてしまう不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukesaitoh committed Nov 23, 2020
1 parent 17d5924 commit 1fc28f7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions app/styles/contentscript.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ body {
> div
> div
> div
> div.css-1dbjc4n
> div:not(:first-child):not(:last-child):not(.r-1tlfku8):not(.r-18bvks7):not(.r-1kqtdi0) {
&:not(.r-195d4m8):not(.r-ahm1il):not(.r-1h3ijdo):not(.r-1mwlp6a):not(.r-1ninfw3) {
display: none !important;
}
> div.css-1dbjc4n {
> div:not(:first-child):not(:last-child):not(:nth-child(3)):not(.r-ahm1il) {
display: none !important;
}
> div:nth-child(3):not(.r-14lw9ot):not(.r-yfoy6g):not(.r-kemksi) {
display: none !important;
}
section[aria-labelledby^="accessible-list-"] {
display: none !important;
}
}
}

Expand Down

0 comments on commit 1fc28f7

Please sign in to comment.