Mercurial Hosting > chat
comparison src/chat.css @ 83:a47036fd0158
group chat
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 11 Mar 2025 13:56:59 -0600 |
| parents | 0bc5e0d098f7 |
| children | 3053a4fc10be |
comparison
equal
deleted
inserted
replaced
| 82:0bc5e0d098f7 | 83:a47036fd0158 |
|---|---|
| 225 div[people] img[phone] { | 225 div[people] img[phone] { |
| 226 display: inline-block; | 226 display: inline-block; |
| 227 height: 1em; | 227 height: 1em; |
| 228 } | 228 } |
| 229 | 229 |
| 230 dialog[add] input[name=email] { | |
| 231 width: 300px; | |
| 232 } | |
| 233 | |
| 234 [error] { | |
| 235 color: red; | |
| 236 } | |
| 237 | |
| 230 @media (min-width: 700px) { | 238 @media (min-width: 700px) { |
| 231 div[chat_content] { | 239 div[chat_content] { |
| 232 margin-left: calc(3% - 8px); | 240 margin-left: calc(3% - 8px); |
| 233 margin-right: 0; | 241 margin-right: 0; |
| 234 } | 242 } |
