fix centering

This commit is contained in:
Er2 2022-03-24 19:55:22 +03:00
parent 7e72aadc06
commit 957f5b091f
1 changed files with 8 additions and 0 deletions

View File

@ -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"] * {
// fix overflow
overflow: hidden;