/* remove linkpreview  https://github.com/nextcloud/server/issues/35840#issuecomment-1676504721 */
.ProseMirror .widgets--list{
    display: none;
}

/* Remove Recent document */
[class='landing-page-widgets'] {
    display: none !important;
}