Reduce empty space to the left of the larger file icon

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-09 13:31:21 -07:00
parent ae6e6da44b
commit 42195acfb1
2 changed files with 2 additions and 0 deletions

View file

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

View file

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