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;