This commit is contained in:
m
2026-03-14 21:27:03 +01:00
parent 189c423e03
commit f7859382fa

View File

@@ -178,3 +178,15 @@ nav {
pointer-events: none; pointer-events: none;
opacity: 0.3; /* More subtle */ opacity: 0.3; /* More subtle */
} }
.comment-text {
white-space: pre-line; /* This converts newlines into actual line breaks */
color: #444;
line-height: 1.5;
}
/* Fix the button height alignment */
.comment-card .btn-modern {
margin-top: 15px;
display: inline-block;
}