mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix(client): Fix style
This commit is contained in:
		
							parent
							
								
									adf4f5410a
								
							
						
					
					
						commit
						11f8d742eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<div class="xcukqgmh _panel">
 | 
					<div class="xcukqgmh">
 | 
				
			||||||
	<portal to="avatar" v-if="page"><mk-avatar class="avatar" :user="page.user" :disable-preview="true"/></portal>
 | 
						<portal to="avatar" v-if="page"><mk-avatar class="avatar" :user="page.user" :disable-preview="true"/></portal>
 | 
				
			||||||
	<portal to="title" v-if="page">{{ page.title || page.name }}</portal>
 | 
						<portal to="title" v-if="page">{{ page.title || page.name }}</portal>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue