Reading mode forces text next to left-aligned callouts

I added this little CSS snippet:

.callout {
float: left;
}

This made something that ought to look like this:

Look like this:

Truthfully speaking, giving up and mid-aligning the callouts would be the easiest solution, but I like this format and I would love to keep it.

Adding clear: both; just turns the whole line into the color of the box, which defeats the purpose of this cosmetic choice.

I would look into efemkay’s excellent MCL snippet for a bunch of different options:

2 Likes

This looks incredible and is exactly what I was looking for. Thank you!

Yeah, no reason to re-invent the wheel here as efemkay has done all the hard work for us. :pray:t4:

Writing what you want to see can sometimes be fiddly to get the formatting correct, but stick with it. This is the morning/night bit at the bottom of the screenshot (the custom callouts aren’t active). :sweat_smile:

> [!multi-column]
>> [!blank]
>>> [!morning] Morning Routine
>>
>> - [ ] Item 1
>> - [ ] Item 2
>> - [ ] Item 3
>
>> [!blank]
>>> [!night] Night Routine
>>
>> - [ ] Item 1
>> - [ ] Item 2
>> - [ ] Item 3
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.