Stylish code to change note display functioning

.is-currentRoot > .Node-self .Node-openNote {
    display: none !important;
}

.is-currentRoot > .Node-self .Node-noteContainer {
    display: block !important;
}

.is-currentRoot > .Node-self .Node-note {
    -webkit-line-clamp: inherit !important;
    max-height: none !important;
}
2 Likes