モバイルで投稿ボタン復活するなど

This commit is contained in:
syuilo
2020-12-27 10:42:38 +09:00
parent 167da988da
commit 2f6187a26a
3 changed files with 18 additions and 9 deletions

View File

@ -35,6 +35,9 @@
<MkA class="item" active-class="active" to="/settings">
<Fa :icon="faCog" fixed-width/><span class="text">{{ $ts.settings }}</span>
</MkA>
<button class="item _button post" @click="post">
<Fa :icon="faPencilAlt" fixed-width/><span class="text">{{ $ts.note }}</span>
</button>
</div>
</nav>
</transition>
@ -117,6 +120,10 @@ export default defineComponent({
this.showing = true;
},
post() {
os.post();
},
search() {
if (this.searching) return;
@ -352,7 +359,6 @@ export default defineComponent({
z-index: 1001;
> div {
> .index,
> .notifications {
display: none;
}