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 {
|
.icon {
|
||||||
|
margin-left: -0.5em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
&:before {
|
&:before {
|
||||||
|
|
|
@ -1335,6 +1335,7 @@ li.entry .error-icon-container {
|
||||||
opacity: 1.0; }
|
opacity: 1.0; }
|
||||||
.message-container .attachments .fileView .icon,
|
.message-container .attachments .fileView .icon,
|
||||||
.message-list .attachments .fileView .icon {
|
.message-list .attachments .fileView .icon {
|
||||||
|
margin-left: -0.5em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle; }
|
vertical-align: middle; }
|
||||||
.message-container .attachments .fileView .icon:before,
|
.message-container .attachments .fileView .icon:before,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue