Fix: Converse bottom panel messages not visible on new Peertube v7 theme (for example for muted users)
This commit is contained in:
		
				
					committed by
					
						 John Livingston
						John Livingston
					
				
			
			
				
	
			
			
			
						parent
						
							02fff14351
						
					
				
				
					commit
					42e589d397
				
			| @ -1,6 +1,6 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 12.0.5 | ||||
| ## ??? (Not Released Yet) | ||||
|  | ||||
| ### Minor changes and fixes | ||||
|  | ||||
| @ -9,6 +9,7 @@ | ||||
| * Fix #506: hide offline users by default in occupant list | ||||
| * Fix #547: add button to go to the end of the chat | ||||
| * Fix #503: set custom emojis max height to text height + bigger when posted alone | ||||
| * Fix: Converse bottom panel messages not visible on new Peertube v7 theme (for example for muted users) | ||||
|  | ||||
| ## 12.0.4 | ||||
|  | ||||
|  | ||||
| @ -264,3 +264,13 @@ body.converse-embedded { | ||||
|     justify-content: normal !important; | ||||
|   } | ||||
| } | ||||
|  | ||||
| /* stylelint-disable-next-line no-duplicate-selectors */ | ||||
| .conversejs { | ||||
|   converse-muc { | ||||
|     .muc-bottom-panel, converse-muc-bottom-panel { | ||||
|       // Fixing a color (Converse use a hardcoded "white", which does not work with Peertube v7 new theme) | ||||
|       color: var(--peertube-menu-foreground) !important; | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user