Reduce empty space to the left of the larger file icon
FREEBIE
This commit is contained in:
parent
ae6e6da44b
commit
42195acfb1
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue