ong891
June 19, 2023, 3:56pm
1
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
ong891
June 20, 2023, 7:48am
3
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.
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).
> [!multi-column]
>> [!blank]
>>> [!morning] Morning Routine
>>
>> - [ ] Item 1
>> - [ ] Item 2
>> - [ ] Item 3
>
>> [!blank]
>>> [!night] Night Routine
>>
>> - [ ] Item 1
>> - [ ] Item 2
>> - [ ] Item 3
1 Like
system
Closed
June 27, 2023, 8:52am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.