Global Search: Extend highlight area (#1179)

This commit is contained in:
Alexander Zinchuk 2021-06-17 13:44:39 +03:00
parent 4277e6da52
commit 7d5cf9d24a
2 changed files with 13 additions and 10 deletions

View File

@ -58,4 +58,17 @@
justify-content: center;
color: var(--color-text-secondary);
}
.ListItem.chat-item-clickable {
&:not(.force-rounded-corners) {
@media (max-width: 600px) {
margin: 0;
.ListItem-button {
border-radius: 0;
}
}
}
}
}

View File

@ -113,16 +113,6 @@
padding: .5625rem .6975rem .5625rem .5625rem;
}
&:not(.force-rounded-corners) {
@media (max-width: 600px) {
margin: 0;
.ListItem-button {
border-radius: 0;
}
}
}
.Avatar {
flex-shrink: 0;
margin-right: 0.5rem;