Hide expand button and topics contents in focus mode ContentsSnippet Snippet # .ld-focus .ld-expand-button { display: none; } .ld-focus .ld-topic-list { display: none; } Copy to clipboard