Add more spacing to attachment list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-19 18:40:47 +02:00
parent 63ad39dd2d
commit 6ac3066dc8
2 changed files with 3 additions and 7 deletions

View File

@@ -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;

7
js/package-lock.json generated
View File

@@ -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",