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 {
display: inline-block;
width: fit-content;
position: relative;
}
.quoteline {
display: inline-block;
width: .02in;
height: .15in;
margin-left: .02in;
margin-right: .04in;
height: 100%;
position: absolute;
background-color: var(--quote-bg);
}
.quote > span {
margin-left: 0.5em;
display: flex;
align-items: center;
}
span {
word-wrap: break-word;
word-break: break-word;