Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 356: | Line 356: | ||
===Hide "Notes" icon in left column=== | ===Hide "Notes" icon in left column=== | ||
<code>.sticky-left .fa-comment-alt-plus, .sticky-left .fa-comment-alt-lines {display: none;}</code> | |||
===Hide "Settings" icon in left column=== | |||
<code>.sticky-left .fa-ellipsis-h {display: none;}</code> | <code>.sticky-left .fa-ellipsis-h {display: none;}</code> | ||