feat: keep timeline at 600px for md and lg screens
This commit is contained in:
parent
61a141ae69
commit
f8703fc1c1
6 changed files with 17 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<VDropdown :distance="0" placement="top-start">
|
||||
<button btn-action-icon :aria-label="$t('action.switch_account')">
|
||||
<div :class="{ 'hidden lg:block': currentUser }" i-ri:more-2-line />
|
||||
<AccountAvatar v-if="currentUser" lg:hidden :account="currentUser.account" w-9 h-9 />
|
||||
<div :class="{ 'hidden xl:block': currentUser }" i-ri:more-2-line />
|
||||
<AccountAvatar v-if="currentUser" xl:hidden :account="currentUser.account" w-9 h-9 />
|
||||
</button>
|
||||
<template #popper="{ hide }">
|
||||
<UserSwitcher @click="hide" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue