diskort/src/people.less

24 lines
388 B
Plaintext
Raw Permalink Normal View History

2022-04-10 11:14:51 +00:00
2022-08-07 14:20:53 +00:00
.membersGroup-2eiWxl // groups (roles)
2022-04-10 11:14:51 +00:00
{ &:extend(.hide); }
2022-08-07 14:20:53 +00:00
.membersWrap-3NUR2t {
2022-03-24 16:19:00 +00:00
// make it shorter
2022-08-07 14:20:53 +00:00
&, div.members-3WRCEx {
2022-03-24 16:19:00 +00:00
min-width: 48px;
width: 0;
2022-10-01 17:14:13 +00:00
padding-bottom: 0;
2022-03-24 16:19:00 +00:00
}
// remove fixed height
2022-08-07 14:20:53 +00:00
div.content-2a4AW9 {
2022-03-24 16:19:00 +00:00
height: unset !important;
2022-10-01 17:14:13 +00:00
margin-bottom: 64px; // omg I love discock
2022-03-24 16:19:00 +00:00
}
2022-08-07 14:20:53 +00:00
div.member-2gU6Ar {
2022-03-24 16:19:00 +00:00
padding: 0;
margin-left: 0;
}
}