Reduce empty space to the left of the larger file icon

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent ae6e6da44b
commit 42195acfb1

@ -491,6 +491,7 @@ li.entry .error-icon-container {
}
.icon {
margin-left: -0.5em;
display: inline-block;
vertical-align: middle;
&:before {

@ -1335,6 +1335,7 @@ li.entry .error-icon-container {
opacity: 1.0; }
.message-container .attachments .fileView .icon,
.message-list .attachments .fileView .icon {
margin-left: -0.5em;
display: inline-block;
vertical-align: middle; }
.message-container .attachments .fileView .icon:before,

Loading…
Cancel
Save