mirror of https://github.com/zulip/zulip.git
css: Reorder ".show-all-streams".
This commit is contained in:
parent
974fd26139
commit
18d7036eb6
|
@ -458,6 +458,10 @@ li.expanded_private_message a {
|
|||
color: hsl(0, 0%, 20%);
|
||||
}
|
||||
|
||||
.show-all-streams .fa-chevron-left {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pm-box,
|
||||
.topic-box {
|
||||
display: flex;
|
||||
|
@ -532,10 +536,6 @@ li.expanded_private_message a {
|
|||
}
|
||||
}
|
||||
|
||||
.show-all-streams .fa-chevron-left {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li.top_left_all_messages a,
|
||||
li.top_left_private_messages a,
|
||||
li.top_left_mentions a,
|
||||
|
|
Loading…
Reference in New Issue