diff --git a/static/css/custom.css b/static/css/custom.css index 2cff8a2..f72f9d4 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -173,16 +173,21 @@ ul.pagination li { /* statuslol overrides */ .statuslol { background: var(--inner-bg) !important; + flex-direction:column +} + +.statuslol_emoji_container { + font-size: 1.5em !important; } .statuslol_content p, .statuslol_content li, .statuslol_content em, .statuslol_content strong { - overflow-wrap: break-word; + overflow-wrap: inherit; font-size: 0.8em; line-height:normal; - margin: 0.2em auto; + margin: 0.8em auto; color: var(--fg); }