mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display the list of groups of a user
This commit is contained in:
@ -9,4 +9,22 @@
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.groups-main-page .group-item {
|
||||
text-align: justify;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.groups-main-page .group-item .group-icon {
|
||||
max-width: 50px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.groups-main-page .group-item div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.groups-main-page .group-item .group-name {
|
||||
width: 180px;
|
||||
}
|
Reference in New Issue
Block a user