Remember age gate prompt confirmation.

Translate age gate.
Add additional limitations on KaTeX.
Prevent any message overflow.
This commit is contained in:
Paul
2021-07-08 20:16:50 +01:00
parent ed544009ee
commit 2729ef859a
4 changed files with 106 additions and 80 deletions

View File

@@ -21,7 +21,7 @@ export interface BaseMessageProps {
export default styled.div<BaseMessageProps>`
display: flex;
overflow-x: none;
overflow: none;
padding: 0.125rem;
flex-direction: row;
padding-right: 16px;