CallTimer: fix horizontal text cutoff
This commit is contained in:
		
							parent
							
								
									56d25b03f9
								
							
						
					
					
						commit
						3005906a28
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| .align-chat-input [class*="panels"] [class*="inner_"], | [class*="panels"] [class*="inner_"], | ||||||
| .align-chat-input [class*="rtcConnectionStatus_"] { | [class*="rtcConnectionStatus_"] { | ||||||
|     height: fit-content; |     height: fit-content !important; | ||||||
| } | } | ||||||
|  | @ -95,6 +95,6 @@ export default definePlugin({ | ||||||
|             deps: [channelId] |             deps: [channelId] | ||||||
|         }); |         }); | ||||||
| 
 | 
 | ||||||
|         return <p style={{ margin: 0 }}>Connected for <span style={{ fontFamily: "var(--font-code)" }}>{formatDuration(time)}</span></p>; |         return <p style={{ margin: 0, fontFamily: "var(--font-code)" }}>{formatDuration(time)}</p>; | ||||||
|     } |     } | ||||||
| }); | }); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue