From 84cfe1c706966b76b5a1c810a37014a3d258e186 Mon Sep 17 00:00:00 2001 From: Cohee Date: Mon, 3 Jul 2023 00:53:47 +0300 Subject: [PATCH] Evenize margins in document style --- public/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +}