.note-body { display: flex; flex-direction: column; text-wrap: normal; white-space: pre-wrap; max-height: 40em; height: auto; overflow-y: hidden; } .cw { display: inline-block; } .cw-button { font-size: 0.75em; margin-left: 0.5em; padding: 0.2em; } .truncate-btn { position: sticky; bottom: 20px; width: 100%; margin-top: 0.5em; @container note-body (max-height: 20rem){ display: none; } } .show-full { overflow: initial; max-height: initial; } .hidden { display: none; } .indent { padding-left: 0.75em; } .reply-inaccessible { color: var(--notice-color); vertical-align: middle; margin-right: 0.25em; }