diff --git a/public/style.css b/public/style.css index 06dc7a770..100b12704 100644 --- a/public/style.css +++ b/public/style.css @@ -4279,6 +4279,14 @@ body.documentstyle #chat .mes .mes_text { padding: 0; } +body.documentstyle #chat .mes .mes_block { + margin-right: 30px; +} + +body.documentstyle #chat .mes .mes_text { + margin-left: 20px; +} + body.documentstyle #chat .last_mes .mes_text { margin-left: 20px; min-height: 70px; @@ -5041,4 +5049,4 @@ body.waifuMode .zoomed_avatar { background-color: var(--SmartThemeBlurTintColor); text-align: center; line-height: 14px; -} \ No newline at end of file +}