mirror of https://github.com/zulip/zulip.git
help: Update help docs for ellipsis.
Update help docs where chevron was previously mentioned for sidebar manu icons. Add css for `i.zulip-icon` to position icon properly.
This commit is contained in:
parent
c80ab21a24
commit
e763d30f18
|
@ -171,6 +171,11 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
i.zulip-icon {
|
||||
margin: 0px 2px 2px 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ whereas [deleting a stream](/help/delete-a-stream) does not.
|
|||
|
||||
1. Hover over the topic in the **left sidebar**.
|
||||
|
||||
1. Click the down chevron (<i class="fa fa-chevron-down"></i>).
|
||||
1. Click the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>).
|
||||
|
||||
1. Click **Delete all messages in `<topic>`**.
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
1. Hover over a stream in the left sidebar.
|
||||
|
||||
1. Click on the down chevron (<i class="fa fa-chevron-down"></i>).
|
||||
1. Click on the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>).
|
||||
|
|
|
@ -22,7 +22,7 @@ stream or topic as read**.
|
|||
|
||||
1. Hover over a stream, topic, or All messages in the left sidebar.
|
||||
|
||||
1. Click the down chevron (<i class="fa fa-chevron-down"></i>) to the right.
|
||||
1. Click the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>) to the right.
|
||||
|
||||
1. Click **Mark all messages as read**.
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ messages and alert words.
|
|||
|
||||
1. Hover over a user in the right sidebar.
|
||||
|
||||
1. Click the down chevron (<i class="fa fa-chevron-down"></i>) to the right.
|
||||
1. Click the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>) to the right.
|
||||
|
||||
1. Select **Reply mentioning user**.
|
||||
|
||||
|
|
|
@ -14,9 +14,9 @@ Muted topics still appear in the left sidebar, though they are grayed out.
|
|||
|
||||
1. On the left, click on the stream that contains the topic you want to mute or unmute.
|
||||
|
||||
2. Hover over the topic to reveal a down chevron
|
||||
(<i class="fa fa-chevron-down"></i>) to its right.
|
||||
Click on the down chevron (<i class="fa fa-chevron-down"></i>).
|
||||
2. Hover over the topic to reveal a ellipsis
|
||||
(<i class="zulip-icon ellipsis-v-solid"></i>) to its right.
|
||||
Click on the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>).
|
||||
|
||||
4. Select **Mute the topic <topic name\>**.
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ teammates know when you were last active.
|
|||
|
||||
1. Hover over your name in the right sidebar.
|
||||
|
||||
1. Click the down chevron (<i class="fa fa-chevron-down"></i>) to the right.
|
||||
1. Click the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>) to the right.
|
||||
|
||||
1. Click **Set a status message**.
|
||||
|
||||
|
@ -63,7 +63,7 @@ unavailable).
|
|||
|
||||
1. Hover over your name in the right sidebar.
|
||||
|
||||
1. Click the down chevron (<i class="fa fa-chevron-down"></i>) to the right.
|
||||
1. Click the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>) to the right.
|
||||
|
||||
1. Click **Set yourself as unavailable**.
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ stream basis.
|
|||
|
||||
1. Hover over the stream in the left sidebar.
|
||||
|
||||
2. Click the down chevron (<i class="fa fa-chevron-down"></i>) to the
|
||||
2. Click the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>) to the
|
||||
right of the stream.
|
||||
|
||||
3. Click **Stream settings**.
|
||||
|
|
|
@ -22,7 +22,7 @@ when they were last active, and any
|
|||
|
||||
1. Hover over a user's name in the right sidebar.
|
||||
|
||||
1. Click on the down chevron (<i class="fa fa-chevron-down"></i>) to
|
||||
1. Click on the ellipsis (<i class="zulip-icon ellipsis-v-solid"></i>) to
|
||||
the right of their name.
|
||||
|
||||
1. Click **View full profile**.
|
||||
|
|
Loading…
Reference in New Issue