mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Improved posts UI
This commit is contained in:
@ -37,7 +37,7 @@ ComunicWeb.pages.groups.sections.posts = {
|
||||
var postsBody = createElem2({
|
||||
appendTo: target,
|
||||
type: "div",
|
||||
class: "box box-primary"
|
||||
class: "box box-primary box-group-posts"
|
||||
});
|
||||
|
||||
var postsBody = createElem2({
|
||||
|
@ -33,7 +33,7 @@ ComunicWeb.pages.userPage.posts = {
|
||||
var postsBlock = createElem2({
|
||||
appendTo: target,
|
||||
type: "div",
|
||||
class: "box box-primary"
|
||||
class: "box box-primary box-user-posts"
|
||||
});
|
||||
|
||||
var postsBody = createElem2({
|
||||
|
Reference in New Issue
Block a user