This commit is contained in:
ThatOneCalculator 2023-04-08 20:41:08 -07:00
parent 0262437975
commit 94b496fd83
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<template>
<MkSpacer :content-max="800">
<MkStickyContainer style="margin: 10px; top: 62px">
<template #header>
<MkStickyContainer>
<template #header style="margin: 10px; top: 62px">
<MkTab v-model="tab" style="margin-bottom: var(--margin)">
<option value="hot">{{ i18n.ts._timelines.hot }}</option>
<option v-if="isRecommendedTimelineAvailable" value="recommended">

View File

@ -1,7 +1,7 @@
<template>
<MkSpacer :content-max="800">
<MkStickyContainer style="margin: 10px; top: 62px">
<template #header>
<MkStickyContainer>
<template #header style="margin: 10px; top: 62px">
<MkTab v-model="tab" style="margin-bottom: var(--margin)">
<option v-if="isLocalTimelineAvailable" value="social">
{{ i18n.ts._timelines.social }}

View File

@ -1,6 +1,6 @@
<template>
<MkStickyContainer style="margin: 10px; top: 62px">
<template #header>
<MkStickyContainer>
<template #header style="margin: 10px; top: 62px">
<MkTab v-model="include" :class="$style.tab">
<option :value="null">{{ i18n.ts.notes }}</option>
<option value="replies">{{ i18n.ts.notesAndReplies }}</option>