Global Search: Extend highlight area (#1179)
This commit is contained in:
parent
4277e6da52
commit
7d5cf9d24a
@ -58,4 +58,17 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ListItem.chat-item-clickable {
|
||||||
|
&:not(.force-rounded-corners) {
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
.ListItem-button {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -113,16 +113,6 @@
|
|||||||
padding: .5625rem .6975rem .5625rem .5625rem;
|
padding: .5625rem .6975rem .5625rem .5625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.force-rounded-corners) {
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
.ListItem-button {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.Avatar {
|
.Avatar {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user