Fix minor icon clipping.

Disable text highlighting on header.
pull/71/head
Mikunj 7 years ago
parent 341c5e4ed8
commit d686783124

@ -14,6 +14,7 @@
overflow-x: hidden; overflow-x: hidden;
width: 100%; width: 100%;
text-align: left; text-align: left;
user-select: none;
} }
.module-contact-name__profile-number { .module-contact-name__profile-number {
@ -1980,9 +1981,9 @@
.module-conversation-list-item__message__status-icon { .module-conversation-list-item__message__status-icon {
flex-shrink: 0; flex-shrink: 0;
margin-top: 2px; margin-top: 1px;
width: 12px; width: 12px;
height: 12px; height: 13px;
display: inline-block; display: inline-block;
margin-left: 6px; margin-left: 6px;
} }
@ -2199,7 +2200,7 @@
div { div {
padding: 12px; padding: 12px;
background-color: $color-dark-90; background-color: $color-dark-90;
user-select: none;
cursor: pointer; cursor: pointer;
&:hover { &:hover {

Loading…
Cancel
Save