hotfix
This commit is contained in:
parent
259a7700e0
commit
00acfadc2c
1 changed files with 5 additions and 0 deletions
|
@ -10,9 +10,14 @@ div[class^="content-"] > main ~ div {
|
||||||
}
|
}
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div[class^="members-"] {
|
||||||
|
width: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
div[class^="member-"] {
|
div[class^="member-"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue