}
.commentResponseList .buttonGroupNavigation {
- top: @wcfGapSmall;
right: @wcfGapSmall;
}
margin-top: 0;
}
+.commentResponseContent {
+ position: relative;
+}
+
/* like display */
.commentList .likesBadge {
display: inline-block;
margin: -2px 0 -2px @wcfGapTiny;
}
+
+@media only screen and (max-width: 800px) {
+ .commentList .buttonGroupNavigation {
+ top: 1px;
+ right: 7px;
+ }
+
+ .commentResponseList .buttonGroupNavigation {
+ right: 0;
+ }
+
+ .commentList .containerHeadline > h3 {
+ padding-right: 35px;
+ }
+
+ .commentResponseContent > .containerHeadline > h3 {
+ padding-right: 28px;
+ }
+}
\ No newline at end of file