Skip to content

Commit

Permalink
discussion styling is fun ヽ( ゚ ワ 。)ノ
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Sep 12, 2023
1 parent 164780b commit 5584e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/css/bem/beatmap-discussion-post.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
}

&--new-reply {
// use padding because this section is a different background colour to the parent
// and fortunately doesn't need an anchor.
// remove margin because this section is a different background colour to the parent
// and fortunately doesn't need an anchor. Also the padding for reply is on __content.
margin: 0;
padding: 10px 0;
background-color: @osu-colour-b5;
border-radius: 0 0 @border-radius-base @border-radius-base;
}
Expand Down Expand Up @@ -145,6 +144,7 @@
}

.@{_top}--new-reply & {
padding-top: 10px;
padding-bottom: 0;
}
}
Expand Down

0 comments on commit 5584e52

Please sign in to comment.