From 079fd27c0d9d662f83af870d5a9ecc139aff2dc9 Mon Sep 17 00:00:00 2001 From: damin Date: Wed, 18 Oct 2023 16:56:56 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E7=94=BB=E9=9D=A2=E6=A8=AA=E5=B9=85?= =?UTF-8?q?=E3=81=8C=E5=B0=8F=E3=81=95=E3=81=84=E3=81=A8=E3=81=8D=E3=81=AE?= =?UTF-8?q?=E3=83=81=E3=83=A3=E3=83=B3=E3=83=8D=E3=83=AB=E3=83=98=E3=83=83?= =?UTF-8?q?=E3=83=80=E3=83=BC=E3=81=AE=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6?= =?UTF-8?q?=E3=83=88=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChannelHeader/ChannelHeaderToolsList.vue | 16 ++++++++-------- .../ChannelHeader/ChannelHeaderTopic.vue | 16 ++++++++++------ 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderToolsList.vue b/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderToolsList.vue index 09b79d83e..0f68e4a50 100644 --- a/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderToolsList.vue +++ b/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderToolsList.vue @@ -12,14 +12,6 @@ :tooltip="qallLabel" @click="toggleQall" /> - +
- +
@@ -14,6 +16,7 @@ import InlineMarkdown from '/@/components/UI/InlineMarkdown.vue' import { computed } from 'vue' import type { ChannelId } from '/@/types/entity-ids' import { useChannelsStore } from '/@/store/entities/channels' +import { useResponsiveStore } from '/@/store/ui/responsive' const props = defineProps<{ channelId: ChannelId @@ -21,6 +24,7 @@ const props = defineProps<{ const { channelsMap } = useChannelsStore() const topic = computed(() => channelsMap.value.get(props.channelId)?.topic) +const { isMobile } = useResponsiveStore() + \ No newline at end of file From a4cea71852ae1c658613da602a8730cdec616b76 Mon Sep 17 00:00:00 2001 From: damin3A3 Date: Wed, 18 Oct 2023 23:25:15 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9C=80=E7=B5=82=E8=A1=8C=E3=81=AE?= =?UTF-8?q?=E6=94=B9=E8=A1=8C=E3=81=8C=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E7=9B=B4=E3=81=97?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainView/ChannelView/ChannelHeader/ChannelHeaderTopic.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderTopic.vue b/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderTopic.vue index f18893892..78401f8ae 100644 --- a/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderTopic.vue +++ b/src/components/Main/MainView/ChannelView/ChannelHeader/ChannelHeaderTopic.vue @@ -50,4 +50,4 @@ const topic = computed(() => channelsMap.value.get(props.channelId)?.topic) text-overflow: ellipsis; white-space: nowrap; } - \ No newline at end of file +