Mercurial Hosting > chat
diff src/chat.css @ 41:818697418dbe
add voice link
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 27 Feb 2025 19:05:57 -0700 |
parents | cfd1f92c264f |
children | 89d3ddd302c7 |
line wrap: on
line diff
--- a/src/chat.css Thu Feb 27 16:44:20 2025 -0700 +++ b/src/chat.css Thu Feb 27 19:05:57 2025 -0700 @@ -49,6 +49,14 @@ align-items: center; } +div[top] h3 a { + display: inline-block; + margin-bottom: -5px; +} +div[top] h3 a img { + display: block; +} + div[main] { overflow-y: auto; } @@ -67,7 +75,7 @@ justify-content: space-between; } -span[right] { +div[content] span[right] { font-size: 12px; color: grey; } @@ -155,7 +163,7 @@ border-left: 1px solid grey; } - div[top] img { + div[top] img[back] { display: none; } }