Minor fixes
This commit is contained in:
@@ -168,9 +168,9 @@ p.isso-input-wrapper {
|
||||
border-top-left-radius: 0;
|
||||
color: var(--background-color);
|
||||
padding: var(--space-l) calc((100cqw - (var(--grid-gutter) * 11)) / 12) var(--space-2xs) calc((100cqw - (var(--grid-gutter) * 11)) / 12);
|
||||
margin-left: calc(((100cqw - (var(--grid-gutter) * 11)) / 12) * -1) !important;
|
||||
/*! margin-left: calc(((100cqw - (var(--grid-gutter) * 11)) / 12) * -1) !important; */
|
||||
margin-block: 1lh 1lh;
|
||||
width: calc(((100cqw) / 12) * 14);
|
||||
/*! width: calc(((100cqw) / 12) * 14); */
|
||||
}
|
||||
@container (width < 460px) {
|
||||
.isso-postbox {
|
||||
@@ -223,6 +223,12 @@ textarea.isso-textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* reply form */
|
||||
.isso-root > .isso-comment > .isso-text-wrapper > .isso-postbox {
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.isso-postbox {
|
||||
margin-left: auto !important;
|
||||
|
||||
@@ -407,7 +407,7 @@ h3 {
|
||||
text-wrap: pretty;
|
||||
&::before {
|
||||
color: var(--contrast-color);
|
||||
content: "🢒";
|
||||
content: "▸";
|
||||
margin-left: calc(1em * -1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user