Adjust comment footer button gap
This commit is contained in:
parent
909b7dd1d7
commit
36c28b3c95
@ -56,13 +56,16 @@
|
||||
background-color: var(--clr-quote-bg);
|
||||
}
|
||||
|
||||
.form-footer {
|
||||
.form-footer,
|
||||
.comment-footer {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.form-footer {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.form-footer input,
|
||||
.comment-footer button,
|
||||
.show-comment {
|
||||
|
Loading…
x
Reference in New Issue
Block a user