41 lines
550 B
CSS
41 lines
550 B
CSS
.note-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-wrap: normal;
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.truncated {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.indent {
|
|
padding-left: 0.75em;
|
|
}
|
|
|
|
.reply-inaccessible {
|
|
color: var(--notice-color);
|
|
vertical-align: middle;
|
|
margin-right: 0.25em;
|
|
}
|