Made user page larger

This commit is contained in:
Pierre HUBERT 2019-05-18 17:57:49 +02:00
parent 3898caa12c
commit 12ce712263

View File

@ -141,7 +141,7 @@ ComunicWeb.pages.userPage.main = {
var leftColumn = createElem2({ var leftColumn = createElem2({
appendTo: row, appendTo: row,
type: "div", type: "div",
class: "col-md-3" class: "col-md-4"
}); });
//Display profile informations //Display profile informations
@ -151,7 +151,7 @@ ComunicWeb.pages.userPage.main = {
var rightColumn = createElem2({ var rightColumn = createElem2({
appendTo: row, appendTo: row,
type: "div", type: "div",
class: "col-md-6" class: "col-md-8"
}); });
//Display post creation form if the user is allowed to do so //Display post creation form if the user is allowed to do so