mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Add a tooltip on scroll-down button hover
This commit is contained in:
parent
d8d1d3aee0
commit
8b98c2c93c
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@
|
|||
v-else
|
||||
class="chat-content">
|
||||
<div
|
||||
:class="['scroll-down', {'scroll-down-shown': !channel.scrolledToBottom}]"
|
||||
:class="['scroll-down tooltipped tooltipped-w', {'scroll-down-shown': !channel.scrolledToBottom}]"
|
||||
aria-label="Jump to recent messages"
|
||||
@click="$refs.messageList.jumpToBottom()">
|
||||
<div class="scroll-down-arrow" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue