mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-17 21:12:50 +01:00
20 lines
248 B
Plaintext
20 lines
248 B
Plaintext
.group {
|
|
[component="groups/members"] {
|
|
padding: 0;
|
|
tbody {
|
|
max-height: 500px;
|
|
display: block;
|
|
overflow-y: auto;
|
|
padding-bottom: 100px;
|
|
.member-name {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
img {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
}
|
|
} |