diff --git a/apps/client/src/stylesheets/theme-next/ribbon.css b/apps/client/src/stylesheets/theme-next/ribbon.css index dc1465d17..3718602cf 100644 --- a/apps/client/src/stylesheets/theme-next/ribbon.css +++ b/apps/client/src/stylesheets/theme-next/ribbon.css @@ -42,7 +42,7 @@ div.promoted-attributes-container { */ /* The property label */ -.note-info-widget-table th, +.note-info-item > span:first-child, .file-properties-widget .file-table th, .image-properties > div:first-child > span > strong { opacity: 0.65; @@ -50,7 +50,6 @@ div.promoted-attributes-container { vertical-align: top; } -.note-info-widget-table td, .file-properties-widget .file-table td { vertical-align: top; } diff --git a/apps/client/src/widgets/ribbon/NoteInfoTab.tsx b/apps/client/src/widgets/ribbon/NoteInfoTab.tsx index 2e670d51d..2fb9daa80 100644 --- a/apps/client/src/widgets/ribbon/NoteInfoTab.tsx +++ b/apps/client/src/widgets/ribbon/NoteInfoTab.tsx @@ -36,57 +36,58 @@ export default function NoteInfoTab({ note }: TabContext) { return (
| {t("note_info_widget.note_id")}: | -{note.noteId} | -{t("note_info_widget.created")}: | -{formatDateTime(metadata?.dateCreated)} | -{t("note_info_widget.modified")}: | -{formatDateTime(metadata?.dateModified)} | -
|---|