From 3e9491e9defb9951a42fe2e6e00eff1e2574c8b7 Mon Sep 17 00:00:00 2001 From: holly Date: Fri, 3 Sep 2021 21:12:59 +0100 Subject: [PATCH] remove margin and padding from the chat template --- web/chatPageTemplate.html | 59 +++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/web/chatPageTemplate.html b/web/chatPageTemplate.html index 665d551..79afbff 100644 --- a/web/chatPageTemplate.html +++ b/web/chatPageTemplate.html @@ -1,33 +1,38 @@ - - - - -
- |content| -
- + .line0 { + background-color: #edebfa; + } + + .line1 { + background-color: #e3e1fa; + } + + + +
+ |content| +
+ \ No newline at end of file