diff --git a/src/plugins/notebook/components/NotebookEntry.vue b/src/plugins/notebook/components/NotebookEntry.vue
index a4cfef52b1..b76e6a2239 100644
--- a/src/plugins/notebook/components/NotebookEntry.vue
+++ b/src/plugins/notebook/components/NotebookEntry.vue
@@ -30,16 +30,27 @@
@drop.prevent="dropOnEntry"
>
-
+
{{ createdOnDate }}
{{ createdOnTime }}
-
{{ entry.createdBy }}
+
+
+
@@ -89,36 +100,26 @@
:target-specific-details="{entryId: entry.id}"
@tags-updated="timestampAndUpdate"
/>
-
-
-
-
[class*="__"] + [class*="__"] {
margin-top: $interiorMarginSm;
@@ -394,8 +394,13 @@
opacity: 0.7;
}
}
+
+ &__remove{
+ float: right;
+ }
}
+
/****************************** EMBEDS */
@mixin snapThumb() {
// LEGACY: TODO: refactor when .snap-thumb in New Entry dialog is refactored
@@ -718,6 +723,7 @@ body.mobile {
.c-notebook__entry {
[class*="local-controls"] {
display: none;
+ height: fit-content;
}
}