mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									fef8b662c1
								
							
						
					
					
						commit
						58fd46ff6f
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
		<div class="buebdbiu" ref="popover" v-if="show">
 | 
							<div class="buebdbiu" ref="popover" v-if="show">
 | 
				
			||||||
			<i18n path="few-users" v-if="users.length <= 10">
 | 
								<i18n path="few-users" v-if="users.length <= 10">
 | 
				
			||||||
				<span slot="users">
 | 
									<span slot="users">
 | 
				
			||||||
					<mk-user-name v-for="u in users" :user="u" :key="u.id"/>
 | 
										<mk-user-name v-for="u in users" :user="u" :nowrap="false" :key="u.id"/>
 | 
				
			||||||
				</span>
 | 
									</span>
 | 
				
			||||||
				<mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" />
 | 
									<mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" />
 | 
				
			||||||
			</i18n>
 | 
								</i18n>
 | 
				
			||||||
| 
						 | 
					@ -69,7 +69,6 @@ export default Vue.extend({
 | 
				
			||||||
	z-index 10000
 | 
						z-index 10000
 | 
				
			||||||
	display block
 | 
						display block
 | 
				
			||||||
	position absolute
 | 
						position absolute
 | 
				
			||||||
	min-width max-content
 | 
					 | 
				
			||||||
	max-width 240px
 | 
						max-width 240px
 | 
				
			||||||
	font-size 0.8em
 | 
						font-size 0.8em
 | 
				
			||||||
	padding 5px 8px
 | 
						padding 5px 8px
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue