mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Made user page larger
This commit is contained in:
		@@ -141,7 +141,7 @@ ComunicWeb.pages.userPage.main = {
 | 
			
		||||
		var leftColumn = createElem2({
 | 
			
		||||
			appendTo: row,
 | 
			
		||||
			type: "div",
 | 
			
		||||
			class: "col-md-3"
 | 
			
		||||
			class: "col-md-4"
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		//Display profile informations
 | 
			
		||||
@@ -151,7 +151,7 @@ ComunicWeb.pages.userPage.main = {
 | 
			
		||||
		var rightColumn = createElem2({
 | 
			
		||||
			appendTo: row,
 | 
			
		||||
			type: "div",
 | 
			
		||||
			class: "col-md-6"
 | 
			
		||||
			class: "col-md-8"
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		//Display post creation form if the user is allowed to do so
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user