mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Made user page larger
This commit is contained in:
parent
3898caa12c
commit
12ce712263
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user