Mercurial Hosting > chat
comparison src/chat.css @ 75:377bdda60f0b
read up to
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Mar 2025 18:26:49 -0600 |
parents | 1c0336a7380f |
children | b5a316575e64 |
comparison
equal
deleted
inserted
replaced
74:1c0336a7380f | 75:377bdda60f0b |
---|---|
78 div[intro] input[type=email] { | 78 div[intro] input[type=email] { |
79 width: 250px; | 79 width: 250px; |
80 max-width: 100%; | 80 max-width: 100%; |
81 } | 81 } |
82 | 82 |
83 div[unread] { | |
84 font-size: 12px; | |
85 color: grey; | |
86 text-align: right; | |
87 } | |
88 | |
83 div[who] { | 89 div[who] { |
84 display: flex; | 90 display: flex; |
85 justify-content: space-between; | 91 justify-content: space-between; |
86 font-size: 12px; | 92 font-size: 12px; |
87 color: grey; | 93 color: grey; |