Skip to content

Commit

Permalink
! Fix style with less side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Apr 27, 2023
1 parent 51441d6 commit 8d9274b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@
color: var(--title-color);
}

.commentsTitle,
.getMoreComments {
padding-bottom: 1em;
.noCommentMsg {
padding-top: 1em;
}
padding-bottom: 1em;

.center {
text-align: center;
}

.commentsTitle {
padding-bottom: 1em;
padding-top: 1em;
}

.commentSort {
float: right;
}
Expand All @@ -36,10 +38,6 @@
position: relative;
}

.comment:last-child {
padding-bottom: 0;
}

.hideComments {
font-size: 13px;
text-decoration: underline;
Expand Down Expand Up @@ -166,6 +164,8 @@
}

.getMoreComments {
padding-bottom: 1em;

text-align: center;
text-decoration: underline;
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<div
v-else-if="showComments && !isLoading"
>
<h3 class="center">
<h3 class="noCommentMsg">
{{ $t("There are no comments available for this video") }}
</h3>
</div>
Expand Down

0 comments on commit 8d9274b

Please sign in to comment.