1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-28 06:48:36 +09:00

fix(client/friendly): モバイルのタイムラインで「ウィンドウで開く」をクリックするとヘッダーが表示されない問題

This commit is contained in:
NoriDev 2023-06-04 17:35:58 +09:00
parent ca1b8e0dc9
commit 0cad6de638

View File

@ -35,7 +35,7 @@
</div>
<div v-else-if="!thin_ && !canBack && !(actions && actions.length > 0)" :class="$style.buttonsRight"/>
</div>
<div v-if="((narrow && !hideTitle) || (!narrow && isFriendly)) && hasTabs" :class="[$style.lower, { [$style.slim]: narrow && !isFriendly, [$style.thin]: thin_ }]">
<div v-if="((narrow && !hideTitle) || isFriendly) && hasTabs" :class="[$style.lower, { [$style.slim]: narrow && !isFriendly, [$style.thin]: thin_ }]">
<XTabs :class="$style.tabs" :tab="tab" :tabs="tabs" :rootEl="el" @update:tab="key => emit('update:tab', key)" @tabClick="onTabClick"/>
</div>
</div>