forked from AkkomaGang/akkoma-fe
Keep statuses always enabled
This commit is contained in:
parent
308c4c9789
commit
f2d84ef233
1 changed files with 1 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
<div v-if="user" class="user-profile panel panel-default">
|
||||
<UserCard :user="user" :switcher="true" :selected="timeline.viewing" rounded="top"/>
|
||||
<tab-switcher :renderOnlyFocused="true" ref="tabSwitcher">
|
||||
<div :label="$t('user_card.statuses')" :disabled="!user.statuses_count">
|
||||
<div :label="$t('user_card.statuses')">
|
||||
<div class="timeline">
|
||||
<template v-for="statusId in user.pinnedStatuseIds">
|
||||
<Conversation
|
||||
|
@ -76,11 +76,6 @@
|
|||
|
||||
<style lang="scss">
|
||||
|
||||
.tab-switcher button:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.user-profile {
|
||||
flex: 2;
|
||||
flex-basis: 500px;
|
||||
|
|
Loading…
Reference in a new issue