Skip to content

Commit

Permalink
fix open-tracking-icon layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Striffly committed Oct 3, 2018
1 parent 876280b commit d162442
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@
}

.mail-important-icon {
margin-left: -15px;
margin-left: 0;
padding: 0;
}
}


/** Star & Important icons **/
.thread-list, .draft-list {
.list-item {
line-height: unset;
Expand All @@ -63,4 +64,34 @@
width: 25px !important;
height: 25px;
}

.mail-important-icon {
margin-left: 0 !important;
margin-right: 5px !important;
}
}

.thread-list, .draft-list {
.list-column-Item {
.mail-important-icon {
margin-left: 5px !important;
margin-right: 0 !important;
}
}
}

/** Eye icon **/
.open-tracking-icon {
position: absolute;
top: 18px;
left: 22px;
}

.list-column-Item .open-tracking-icon {
top: 23px;
left: 4px;
}

.thread-injected-icons > span {
width: 0 !important;
}

0 comments on commit d162442

Please sign in to comment.