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