fix centering
This commit is contained in:
parent
7e72aadc06
commit
957f5b091f
1 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,14 @@ div[class^="messagesWrapper-"] div {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix centering
|
||||||
|
div[class^="children-"] div[class^="nicknames-"],
|
||||||
|
div[class^="children-"] div[class^="topic-"]
|
||||||
|
{
|
||||||
|
width: unset !important;
|
||||||
|
flex-grow: 0;
|
||||||
|
}
|
||||||
|
|
||||||
div[class*="fullscreenOnMobile"] div[class^="flex"] * {
|
div[class*="fullscreenOnMobile"] div[class^="flex"] * {
|
||||||
// fix overflow
|
// fix overflow
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue