mirror of https://github.com/zulip/zulip.git
Prevent mention overlaps
(imported from commit e39e9e00f7304d4b811169a5075c5dd98dadad61)
This commit is contained in:
parent
126f5e37e3
commit
0e28fd608c
|
@ -1965,6 +1965,8 @@ li.expanded_subject {
|
|||
background-image: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
||||
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
||||
background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
|
||||
display: inline-block;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.user-mention-me {
|
||||
|
|
Loading…
Reference in New Issue