From 6ac3066dc8edfe6d8a1bc82b7c7a85017ed8f9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 19 Jun 2018 18:40:47 +0200 Subject: [PATCH] Add more spacing to attachment list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 3 +++ js/package-lock.json | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/css/style.scss b/css/style.scss index 2d17bf3d6..724699b6c 100644 --- a/css/style.scss +++ b/css/style.scss @@ -829,6 +829,7 @@ input.input-inline { li.attachment { display: flex; + padding: 3px; &.deleted { opacity: .5; @@ -856,6 +857,7 @@ input.input-inline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + padding-bottom: 2px; } .extension { opacity: 0.7; @@ -867,6 +869,7 @@ input.input-inline { } .app-popover-menu-utils { position: relative; + right: -10px; button { height: 32px; width: 42px; diff --git a/js/package-lock.json b/js/package-lock.json index df1c838e8..4995c6ca1 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -8182,13 +8182,6 @@ "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==", "dev": true }, - "underscore": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", - "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=", - "dev": true, - "optional": true - }, "union-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",