Tweak UI
This commit is contained in:
		@@ -5,6 +5,8 @@
 | 
			
		||||
		<div>{{ $ts.noNotes }}</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<MkLoading v-if="fetching"/>
 | 
			
		||||
 | 
			
		||||
	<MkError v-if="error" @retry="init()"/>
 | 
			
		||||
 | 
			
		||||
	<div v-show="more && reversed" style="margin-bottom: var(--margin);">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,7 @@
 | 
			
		||||
<template>
 | 
			
		||||
<div class="mfcuwfyp _noGap_ _magnetParent">
 | 
			
		||||
	<MkLoading v-if="fetching"/>
 | 
			
		||||
 | 
			
		||||
	<XList class="notifications _magnetChild" :items="items" v-slot="{ item: notification }">
 | 
			
		||||
		<XNote v-if="['reply', 'quote', 'mention'].includes(notification.type)" :note="notification.note" @update:note="noteUpdated(notification.note, $event)" :key="notification.id"/>
 | 
			
		||||
		<XNotification v-else :notification="notification" :with-time="true" :full="true" class="_panel notification" :key="notification.id"/>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,6 +5,8 @@
 | 
			
		||||
		<div>{{ $ts.noNotes }}</div>
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	<MkLoading v-if="fetching"/>
 | 
			
		||||
 | 
			
		||||
	<MkError v-if="error" @retry="init()"/>
 | 
			
		||||
 | 
			
		||||
	<div v-show="more && reversed" style="margin-bottom: var(--margin);">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user