diff --git a/css/chat_style-Dark.css b/css/chat_style-Dark.css index 11603ff5..aae82f8b 100644 --- a/css/chat_style-Dark.css +++ b/css/chat_style-Dark.css @@ -35,6 +35,10 @@ color: #f0f0f0; /* Light text color for readability */ } +.text p { + margin-top: 2px; +} + .username { padding-left: 10px; font-size: 20px; @@ -125,7 +129,7 @@ } } -/* Standard spacing from instruct style */ +/* Standard spacing */ .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; } @@ -137,3 +141,17 @@ .chat .message-body :is(p, ul, ol):last-child { margin-bottom: 0 !important; } + +.chat .message-body ul, .chat .message-body ol { + padding-inline-start: 2em; +} + +.message-body li { + list-style-position: outside; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} diff --git a/css/chat_style-TheEncrypted777.css b/css/chat_style-TheEncrypted777.css index e1f37839..7f37377d 100644 --- a/css/chat_style-TheEncrypted777.css +++ b/css/chat_style-TheEncrypted777.css @@ -38,6 +38,10 @@ text-shadow: 2px 2px 2px rgb(0 0 0 / 40%); } +.text p { + margin-top: 2px; +} + .username { padding-left: 10px; font-size: 22px; @@ -131,7 +135,7 @@ } } -/* Standard spacing from instruct style */ +/* Standard spacing */ .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; } @@ -143,3 +147,17 @@ .chat .message-body :is(p, ul, ol):last-child { margin-bottom: 0 !important; } + +.chat .message-body ul, .chat .message-body ol { + padding-inline-start: 2em; +} + +.message-body li { + list-style-position: outside; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} diff --git a/css/chat_style-cai-chat.css b/css/chat_style-cai-chat.css index ef1f1f62..d2e8f44a 100644 --- a/css/chat_style-cai-chat.css +++ b/css/chat_style-cai-chat.css @@ -9,6 +9,11 @@ line-height: 22.5px !important; } +.message-body { + margin-top: 3px; + font-size: 15px !important; +} + .circle-you { width: 50px; height: 50px; @@ -56,7 +61,7 @@ font-weight: 500; } -/* Standard spacing from instruct style */ +/* Standard spacing */ .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; } @@ -68,3 +73,17 @@ .chat .message-body :is(p, ul, ol):last-child { margin-bottom: 0 !important; } + +.chat .message-body ul, .chat .message-body ol { + padding-inline-start: 2em; +} + +.message-body li { + list-style-position: outside; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} diff --git a/css/chat_style-messenger.css b/css/chat_style-messenger.css index b6da2bb2..a6189a4a 100644 --- a/css/chat_style-messenger.css +++ b/css/chat_style-messenger.css @@ -68,10 +68,17 @@ max-width: 80%; } +.text p { + margin-top: 5px; +} + .username { font-weight: bold; } +.message-body { +} + .message-body img { max-width: 300px; max-height: 300px; @@ -92,7 +99,7 @@ color: rgb(110 110 110) !important; } -/* Standard spacing from instruct style */ +/* Standard spacing */ .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; } @@ -104,3 +111,17 @@ .chat .message-body :is(p, ul, ol):last-child { margin-bottom: 0 !important; } + +.chat .message-body ul, .chat .message-body ol { + padding-inline-start: 2em; +} + +.message-body li { + list-style-position: outside; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} diff --git a/css/chat_style-wpp.css b/css/chat_style-wpp.css index d11172ef..c86e577d 100644 --- a/css/chat_style-wpp.css +++ b/css/chat_style-wpp.css @@ -83,6 +83,10 @@ font-weight: 400; } +.message-body p:first-child { + margin-top: 0 !important; +} + .dark .message-body p em { color: rgb(170 170 170) !important; } @@ -96,7 +100,7 @@ margin-top: 8px; } -/* Standard spacing from instruct style */ +/* Standard spacing */ .chat .message-body :is(p, ul, ol) { margin: 1.25em 0 !important; } @@ -108,3 +112,17 @@ .chat .message-body :is(p, ul, ol):last-child { margin-bottom: 0 !important; } + +.chat .message-body ul, .chat .message-body ol { + padding-inline-start: 2em; +} + +.message-body li { + list-style-position: outside; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +} + +.message-body li > p { + display: inline !important; +} diff --git a/css/html_readable_style.css b/css/html_readable_style.css index 74f69b73..74a913e9 100644 --- a/css/html_readable_style.css +++ b/css/html_readable_style.css @@ -31,7 +31,7 @@ font-size: 14px; } -/* Standard spacing from instruct style */ +/* Standard spacing */ .readable-container :is(p, ul, ol) { margin: 1.25em 0 !important; } @@ -43,3 +43,13 @@ .readable-container :is(p, ul, ol):last-child { margin-bottom: 0 !important; } + +.readable-container ul, .readable-container ol { + padding-inline-start: 2em; +} + +.readable-container li { + list-style-position: outside; + margin-top: 0.5em !important; + margin-bottom: 0.5em !important; +}