diff --git a/app/assets/stylesheets/shared/assets.scss b/app/assets/stylesheets/shared/assets.scss index 815f4a872..ca1eba7c7 100644 --- a/app/assets/stylesheets/shared/assets.scss +++ b/app/assets/stylesheets/shared/assets.scss @@ -209,10 +209,6 @@ grid-template-columns: max-content max-content; } - .asset-context-menu { - margin-left: auto; - } - .inline-attachment-action-buttons { display: none; } diff --git a/app/assets/stylesheets/shared/content/attachments.scss b/app/assets/stylesheets/shared/content/attachments.scss index 4b73e8019..adea53dd8 100644 --- a/app/assets/stylesheets/shared/content/attachments.scss +++ b/app/assets/stylesheets/shared/content/attachments.scss @@ -3,7 +3,7 @@ :root { --attachment-column-width: 13.625rem; - --attachment-row-height: 2.5rem; + --attachment-row-height: 3rem; } diff --git a/app/javascript/vue/shared/content/attachments/inline.vue b/app/javascript/vue/shared/content/attachments/inline.vue index 46520529f..a9cb8de55 100644 --- a/app/javascript/vue/shared/content/attachments/inline.vue +++ b/app/javascript/vue/shared/content/attachments/inline.vue @@ -31,14 +31,34 @@ - +
+ + + + + + + + +
+ + + - - - +