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 Nov 26, 2020
1 parent 295965d commit 87a9fa9
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/style_for/video/mypage/_mypage-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
}
.NicorepoItem-item:hover{
background-color: $hover-background-color;
box-shadow: inset 0px 0px 20px 7.5px #555;
}

//フォロー:ユーザー
Expand Down Expand Up @@ -81,7 +81,7 @@
color: $sub-1-text-color;
}
.MylistMediaObject-linkArea:hover{
background: $hover-background-color;
box-shadow: inset 0px 0px 20px 7.5px #555;
}
}
.MylistMediaObject:hover{
Expand All @@ -105,7 +105,7 @@
.ChannelItem:hover{
box-shadow: none;
.ChannelItem-content{
background: $hover-background-color;
box-shadow: inset 0px 0px 20px 7.5px #555;
.ChannelItem-name{
color: $main-text-color;
}
Expand All @@ -129,7 +129,7 @@
.CommunityItem:hover{
box-shadow: none;
.CommunityItem-content{
background: $hover-background-color;
box-shadow: inset 0px 0px 20px 7.5px #555;
.CommunityItem-name{
color: $main-text-color;
}
Expand Down Expand Up @@ -164,6 +164,11 @@
}

//マイリスト
.MylistContainer{
.VideoMediaObjectList>*+*{
border-color: $border-background-color;
}
}
.MylistItem{
.VideoMediaObject-item{
.VideoMediaObject-linkArea{
Expand Down Expand Up @@ -371,6 +376,15 @@

//公開ユザペ
//動画
.UserPage{
.VideoPage{
.VideoContainer{
.VideoMediaObjectList>*+*{
border-color: $border-background-color;
}
}
}
}
.VideoContainer-item{
.VideoMediaObject-item{
.VideoMediaObject-linkArea{
Expand Down

0 comments on commit 87a9fa9

Please sign in to comment.