diskort/src/people.less

37 lines
580 B
Plaintext
Raw Normal View History

2022-04-10 11:14:51 +00:00
[class^="membersGroup-"] // groups (roles)
{ &:extend(.hide); }
2022-04-30 08:39:24 +00:00
div[class^="content-"] > main ~ div {
&:not(.ChannelDms-channelmembers-wrap) {
// make it shorter
min-width: @mem-width;
width: @mem-width;
2022-03-24 16:19:00 +00:00
}
2022-04-30 10:14:38 +00:00
aside {
2022-04-30 08:39:24 +00:00
height: 100%;
2022-03-24 16:19:00 +00:00
}
div[class^="member-"] {
padding: 0;
2022-04-30 08:39:24 +00:00
margin: 0;
2022-03-24 16:19:00 +00:00
}
}
2022-04-29 17:49:47 +00:00
span[class^="username-"] {
font-weight: 500;
}
// friends tab
div[class^="peopleList-"] > div {
@margin: 4px;
& > *, & > *:hover {
border: none;
padding: 8px !important;
margin: @margin !important;
}
.horiz-tab(2, @margin * 2);
}