From d00fc7ca221765972744afc03d9bab330a2d77f5 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:16:08 +0800 Subject: [PATCH] Fix attachment box info table layout --- .../content/zotero/elements/attachmentBox.js | 10 +-- scss/abstracts/_mixins.scss | 86 +++++++++++++++++++ scss/elements/_attachmentBox.scss | 81 +++++------------ scss/elements/_itemBox.scss | 85 +----------------- 4 files changed, 115 insertions(+), 147 deletions(-) diff --git a/chrome/content/zotero/elements/attachmentBox.js b/chrome/content/zotero/elements/attachmentBox.js index a7b6c4df7e..f487edba69 100644 --- a/chrome/content/zotero/elements/attachmentBox.js +++ b/chrome/content/zotero/elements/attachmentBox.js @@ -37,23 +37,23 @@ ondragstart="let dt = event.dataTransfer; dt.setData('text/x-moz-url', this.value); dt.setData('text/uri-list', this.value); dt.setData('text/plain', this.value);"/> - + - + - + - +