Mercurial Hosting > chat
diff src/chat.css @ 48:7628fd0e3560
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 28 Feb 2025 19:59:27 -0700 |
parents | 89d3ddd302c7 |
children | 9298b04607ae |
line wrap: on
line diff
--- a/src/chat.css Fri Feb 28 19:47:13 2025 -0700 +++ b/src/chat.css Fri Feb 28 19:59:27 2025 -0700 @@ -6,8 +6,9 @@ right: 0; } -div[content] { - margin-bottom: 0; +div[chat_content] { + margin-left: 3%; + margin-right: 3%; display: flex; height: calc(100% - 32px); } @@ -144,7 +145,7 @@ @media (min-width: 700px) { - div[content] { + div[chat_content] { margin-left: calc(3% - 8px); margin-right: 0; } @@ -166,8 +167,8 @@ } @media (max-width: 699px) { - div[content][show="chats"] div[posts], - div[content][show="posts"] div[chats] { + div[chat_content][show="chats"] div[posts], + div[chat_content][show="posts"] div[chats] { display: none; } @@ -175,7 +176,7 @@ width: 100%; } - div[content][show="posts"] { + div[chat_content][show="posts"] { margin-right: 0; }