Fix username rendering
Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
		
							parent
							
								
									c80b288db3
								
							
						
					
					
						commit
						fde9c783ae
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -433,6 +433,8 @@ root(isDark)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				> .username
 | 
									> .username
 | 
				
			||||||
					margin 0 .5em 0 0
 | 
										margin 0 .5em 0 0
 | 
				
			||||||
 | 
										overflow hidden
 | 
				
			||||||
 | 
										text-overflow ellipsis
 | 
				
			||||||
					color isDark ? #606984 : #ccc
 | 
										color isDark ? #606984 : #ccc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				> .info
 | 
									> .info
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -371,6 +371,8 @@ export default Vue.extend({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				> .username
 | 
									> .username
 | 
				
			||||||
					margin 0 0.5em 0 0
 | 
										margin 0 0.5em 0 0
 | 
				
			||||||
 | 
										overflow hidden
 | 
				
			||||||
 | 
										text-overflow ellipsis
 | 
				
			||||||
					color #ccc
 | 
										color #ccc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				> .info
 | 
									> .info
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue