Skip to content
Snippets Groups Projects
Commit 56a28923 authored by syuilo's avatar syuilo
Browse files

Tweak UI

parent fb8ed718
No related branches found
No related tags found
No related merge requests found
......@@ -711,6 +711,7 @@ jumpToSpecifiedDate: "特定の日付にジャンプ"
showingPastTimeline: "過去のタイムラインを表示しています"
clear: "クリア"
markAllAsRead: "全て既読にする"
goBack: "戻る"
_email:
_follow:
......
......@@ -150,7 +150,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
showGapBetweenNotesInTimeline: {
where: 'device',
default: true
default: false
},
darkMode: {
where: 'device',
......
<template>
<div class="fdidabkb" :class="{ center }" :style="`--height:${height};`">
<transition :name="$store.state.animation ? 'header' : ''" mode="out-in" appear>
<button class="_button back" v-if="withBack && canBack" @click.stop="back()"><Fa :icon="faChevronLeft"/></button>
<button class="_button back" v-if="withBack && canBack" @click.stop="back()" v-tooltip="$ts.goBack"><Fa :icon="faChevronLeft"/></button>
</transition>
<template v-if="info">
<div class="titleContainer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment