.timeline-post-header { display: flex; align-items: center; } .timeline-post-author-avatar { border-radius: 50%; width: 2em; height: 2em; } .timeline-post-edit-button { float: right; } .timeline-post-options-mask { position: absolute; inset: 0; background-color: hsla(0, 0%, 100%, 0.9); display: flex; align-items: center; justify-content: space-around; } .timeline-post-content { white-space: pre-line; }