Iceshrimp.NET/Iceshrimp.Frontend/Components/Note/NoteBody.razor.css

30 lines
433 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;
}