diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-05 19:20:54 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-05 19:20:54 +0000 |
| commit | f000eea0bf9c8d1f4035db607f5465b42525ac71 (patch) | |
| tree | 44101ecd7a3e1de050fa5954ccfd31ae5d222cdf /src/components/conversation/conversation.vue | |
| parent | e256ac9d08963d3b682f007f33a76bcf142fc26a (diff) | |
| parent | e80bf50a363f3dea5a4b55bce03e1f1b510ae8cc (diff) | |
Merge branch 'scrolltotop' into 'develop'
add "scroll to top" button to timelines and notifications
See merge request pleroma/pleroma-fe!1605
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 61832566..3752e3c1 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -20,10 +20,12 @@ <QuickFilterSettings v-if="!collapsable" :conversation="true" + class="rightside-button" /> <QuickViewSettings v-if="!collapsable" :conversation="true" + class="rightside-button" /> </div> <div class="conversation-body panel-body"> |
