fix
This commit is contained in:
parent
0262437975
commit
94b496fd83
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<MkSpacer :content-max="800">
|
<MkSpacer :content-max="800">
|
||||||
<MkStickyContainer style="margin: 10px; top: 62px">
|
<MkStickyContainer>
|
||||||
<template #header>
|
<template #header style="margin: 10px; top: 62px">
|
||||||
<MkTab v-model="tab" style="margin-bottom: var(--margin)">
|
<MkTab v-model="tab" style="margin-bottom: var(--margin)">
|
||||||
<option value="hot">{{ i18n.ts._timelines.hot }}</option>
|
<option value="hot">{{ i18n.ts._timelines.hot }}</option>
|
||||||
<option v-if="isRecommendedTimelineAvailable" value="recommended">
|
<option v-if="isRecommendedTimelineAvailable" value="recommended">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<MkSpacer :content-max="800">
|
<MkSpacer :content-max="800">
|
||||||
<MkStickyContainer style="margin: 10px; top: 62px">
|
<MkStickyContainer>
|
||||||
<template #header>
|
<template #header style="margin: 10px; top: 62px">
|
||||||
<MkTab v-model="tab" style="margin-bottom: var(--margin)">
|
<MkTab v-model="tab" style="margin-bottom: var(--margin)">
|
||||||
<option v-if="isLocalTimelineAvailable" value="social">
|
<option v-if="isLocalTimelineAvailable" value="social">
|
||||||
{{ i18n.ts._timelines.social }}
|
{{ i18n.ts._timelines.social }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<MkStickyContainer style="margin: 10px; top: 62px">
|
<MkStickyContainer>
|
||||||
<template #header>
|
<template #header style="margin: 10px; top: 62px">
|
||||||
<MkTab v-model="include" :class="$style.tab">
|
<MkTab v-model="include" :class="$style.tab">
|
||||||
<option :value="null">{{ i18n.ts.notes }}</option>
|
<option :value="null">{{ i18n.ts.notes }}</option>
|
||||||
<option value="replies">{{ i18n.ts.notesAndReplies }}</option>
|
<option value="replies">{{ i18n.ts.notesAndReplies }}</option>
|
||||||
|
|
Loading…
Reference in New Issue