Mercurial Hosting > chat
comparison src/chat.css @ 65:6cfef9850520
people popup
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 05 Mar 2025 22:30:35 -0700 |
parents | afd5ab5b02a2 |
children | 329c3f70fd78 |
comparison
equal
deleted
inserted
replaced
64:bc9f452ee168 | 65:6cfef9850520 |
---|---|
169 | 169 |
170 input[type="file"] { | 170 input[type="file"] { |
171 display: none; | 171 display: none; |
172 } | 172 } |
173 | 173 |
174 a[people] { | |
175 color: black; | |
176 } | |
177 | |
178 div[people] { | |
179 margin-bottom: 40px; | |
180 } | |
181 | |
182 div[people] img[phone] { | |
183 display: inline-block; | |
184 height: 1em; | |
185 } | |
186 | |
174 @media (min-width: 700px) { | 187 @media (min-width: 700px) { |
175 div[chat_content] { | 188 div[chat_content] { |
176 margin-left: calc(3% - 8px); | 189 margin-left: calc(3% - 8px); |
177 margin-right: 0; | 190 margin-right: 0; |
178 } | 191 } |