mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									957a1149e0
								
							
						
					
					
						commit
						8336910a59
					
				
					 2 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -20,15 +20,18 @@ export default Vue.extend({
 | 
			
		|||
 | 
			
		||||
<style lang="stylus" scoped>
 | 
			
		||||
.usertwitxxxgithxxdiscxxxintegrat
 | 
			
		||||
	display flex
 | 
			
		||||
 | 
			
		||||
	> a
 | 
			
		||||
		display flex
 | 
			
		||||
		flex 1
 | 
			
		||||
		align-items center
 | 
			
		||||
		padding 32px 38px
 | 
			
		||||
		padding 16px
 | 
			
		||||
		box-shadow var(--shadow)
 | 
			
		||||
		border-radius var(--round)
 | 
			
		||||
 | 
			
		||||
		&:not(:last-child)
 | 
			
		||||
			margin-bottom 16px
 | 
			
		||||
			margin-right 16px
 | 
			
		||||
 | 
			
		||||
		&:hover
 | 
			
		||||
			text-decoration none
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,8 +4,8 @@
 | 
			
		|||
	<div class="is-remote" v-if="user.host != null"><fa icon="exclamation-triangle"/> {{ $t('@.is-remote-user') }}<a :href="user.url || user.uri" target="_blank">{{ $t('@.view-on-remote') }}</a></div>
 | 
			
		||||
	<div class="main">
 | 
			
		||||
		<x-header :user="user"/>
 | 
			
		||||
		<mk-note-detail v-for="n in user.pinnedNotes" :key="n.id" :note="n" :compact="true"/>
 | 
			
		||||
		<x-integrations :user="user"/>
 | 
			
		||||
		<mk-note-detail v-for="n in user.pinnedNotes" :key="n.id" :note="n" :compact="true"/>
 | 
			
		||||
		<!--<mk-calendar @chosen="warp" :start="new Date(user.createdAt)"/>-->
 | 
			
		||||
		<div class="activity">
 | 
			
		||||
			<mk-widget-container :show-header="true" :naked="false">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue