comment btn
This commit is contained in:
@@ -33,13 +33,16 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-card form {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
.comment-btn {
|
.comment-btn {
|
||||||
margin-top: 15px; /* Positive space after textarea */
|
margin-top: 15px; /* Positive space after textarea */
|
||||||
margin-bottom: 0; /* No extra bottom */
|
float: right;
|
||||||
margin-right: 0px;
|
padding: 8px 12px; /* Taller button */
|
||||||
padding: 12px 24px; /* Taller button */
|
align-self: flex-end;
|
||||||
line-height: 1.4; /* Ensures text centers vertically */
|
margin-top: 15px;
|
||||||
min-height: 48px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-btn:hover {
|
.comment-btn:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user