mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix style
This commit is contained in:
		
							parent
							
								
									c5cb786054
								
							
						
					
					
						commit
						46af9515b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,8 +3,8 @@
 | 
			
		|||
	<template #header><MkPageHeader v-model:tab="src" :actions="headerActions" :tabs="headerTabs" :display-my-avatar="true"/></template>
 | 
			
		||||
	<MkSpacer :content-max="800">
 | 
			
		||||
		<div ref="rootEl" v-hotkey.global="keymap" class="cmuxhskf">
 | 
			
		||||
			<XTutorial v-if="$store.reactiveState.tutorial.value != -1" class="tutorial"/>
 | 
			
		||||
			<XPostForm v-if="$store.reactiveState.showFixedPostForm.value" class="post-form" fixed/>
 | 
			
		||||
			<XTutorial v-if="$store.reactiveState.tutorial.value != -1" class="tutorial _panel" style="margin-bottom: var(--margin);"/>
 | 
			
		||||
			<XPostForm v-if="$store.reactiveState.showFixedPostForm.value" class="post-form _panel" fixed style="margin-bottom: var(--margin);"/>
 | 
			
		||||
 | 
			
		||||
			<div v-if="queue > 0" class="new"><button class="_buttonPrimary" @click="top()">{{ i18n.ts.newNoteRecived }}</button></div>
 | 
			
		||||
			<div class="tl">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue