adjust quote so lines merge on multiline

This commit is contained in:
ygg2 2024-07-11 08:19:59 -04:00
parent 7512fe3126
commit f78b6dceae

View file

@ -857,18 +857,22 @@ input[type="checkbox"] {
.quote { .quote {
display: inline-block; display: inline-block;
width: fit-content; position: relative;
} }
.quoteline { .quoteline {
display: inline-block;
width: .02in; width: .02in;
height: .15in; height: 100%;
margin-left: .02in; position: absolute;
margin-right: .04in;
background-color: var(--quote-bg); background-color: var(--quote-bg);
} }
.quote > span {
margin-left: 0.5em;
display: flex;
align-items: center;
}
span { span {
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;