Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
動画:レコメンドページの表示崩れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
AyumuNekozuki committed Mar 30, 2021
1 parent c61502a commit 0a04dc1
Showing 1 changed file with 50 additions and 29 deletions.
79 changes: 50 additions & 29 deletions src/style_for/video/recommendations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,66 @@
}

.BaseLayout-main{
.TagItem{
.TagItem-link{
background: $sub2-background-color;
border: none;
}
}
.RecommendTagListContainer{
.RecommendationsHeading{
aside{
color: $sub-1-text-color;
}
}
}
.RecommendVideoListContainer{
.RecommendationsHeading{
aside{
color: $sub-1-text-color;
.Recommendations-recommend{
.BaseLayout-block{
.RecommendTagListContainer{
.RecommendationsHeading{
h1{
color: $main-text-color;
}
aside{
color: $sub-1-text-color;
}
}
}
}
.RecommendVideoListContainer-videos{
.VideoCard{
.Card-link:visited{
color: $sub-1-text-color;
.RecommendVideoListContainer{
.RecommendationsHeading{
h1{
color: $main-text-color;
}
aside{
color: $sub-1-text-color;
}
}
.RecommendVideoListContainer-videos{
.VideoCard{
.Card-link{
color: $main-text-color;
}
.Card-link:visited{
color: $sub-1-text-color;
}
}
}
.RecommendVideoListContainer-more{
background: $sub2-background-color;
color: $main-text-color;
border-color: $border-background-color;
}
.RecommendVideoListContainer-more:hover{
background: $main-url-color;
border-color: $main-url-color;
}
}
}
.RecommendVideoListContainer-more{
background: $sub2-background-color;

}

.TagItem{
.TagItem-link{
color: $main-text-color;
border-color: $border-background-color;
}
.RecommendVideoListContainer-more:hover{
background: $main-url-color;
border-color: $main-url-color;
background: $sub2-background-color;
border: none;
}
}


}

.BaseLayout-footer{
background: $nico-default-bg;
.Ads728x90WebPcFooter{
background: none;
}
}
}

0 comments on commit 0a04dc1

Please sign in to comment.