sticky~
This commit is contained in:
parent
6d072bbdc7
commit
0262437975
|
@ -51,7 +51,6 @@ export default defineComponent({
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
margin-top: -10px;
|
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<MkSpacer :content-max="800">
|
<MkSpacer :content-max="800">
|
||||||
|
<MkStickyContainer style="margin: 10px; top: 62px">
|
||||||
|
<template #header>
|
||||||
<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">
|
||||||
|
@ -30,6 +32,8 @@
|
||||||
src="global"
|
src="global"
|
||||||
:sound="true"
|
:sound="true"
|
||||||
/>
|
/>
|
||||||
|
</template>
|
||||||
|
</MkStickyContainer>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<MkSpacer :content-max="800">
|
<MkSpacer :content-max="800">
|
||||||
|
<MkStickyContainer style="margin: 10px; top: 62px">
|
||||||
|
<template #header>
|
||||||
<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 }}
|
||||||
|
@ -30,6 +32,8 @@
|
||||||
src="local"
|
src="local"
|
||||||
:sound="true"
|
:sound="true"
|
||||||
/>
|
/>
|
||||||
|
</template>
|
||||||
|
</MkStickyContainer>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<MkStickyContainer>
|
<MkStickyContainer style="margin: 10px; top: 62px">
|
||||||
<template #header>
|
<template #header>
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue