Antwortmöglichkeit
This commit is contained in:
@@ -113,37 +113,4 @@
|
|||||||
border-left: none;
|
border-left: none;
|
||||||
border-top: 1px solid #e0e0e0;
|
border-top: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
.reply-button {
|
|
||||||
display: inline-block;
|
|
||||||
margin-top: 0.75rem;
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: #2563eb;
|
|
||||||
font-weight: 700;
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 0;
|
|
||||||
font-size: 0.95rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reply-button:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment-replies {
|
|
||||||
margin-top: 1rem;
|
|
||||||
margin-left: 2rem;
|
|
||||||
padding-left: 1rem;
|
|
||||||
border-left: 3px solid #cbd5e1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment-reply {
|
|
||||||
background-color: #eef6ff;
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reply-info {
|
|
||||||
margin: 0.5rem 0;
|
|
||||||
color: #475569;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@@ -162,5 +162,38 @@
|
|||||||
|
|
||||||
#comment-form .button {
|
#comment-form .button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
.reply-button {
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 0.75rem;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
color: #2563eb;
|
||||||
|
font-weight: 700;
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reply-button:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-replies {
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-left: 2rem;
|
||||||
|
padding-left: 1rem;
|
||||||
|
border-left: 3px solid #cbd5e1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-reply {
|
||||||
|
background-color: #eef6ff;
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reply-info {
|
||||||
|
margin: 0.5rem 0;
|
||||||
|
color: #475569;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user