mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix posts width on user page with large screens
This commit is contained in:
		@@ -148,10 +148,10 @@ ComunicWeb.pages.userPage.main = {
 | 
			
		||||
		ComunicWeb.pages.userPage.profileInfos.display(infos, leftColumn);
 | 
			
		||||
 | 
			
		||||
		//Create right column
 | 
			
		||||
		var rightColumn = createElem2({
 | 
			
		||||
		const rightColumn = createElem2({
 | 
			
		||||
			appendTo: row,
 | 
			
		||||
			type: "div",
 | 
			
		||||
			class: "col-md-8"
 | 
			
		||||
			class: "col-md-8 user-page-right-column"
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		//Display post creation form if the user is allowed to do so
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user