Mercurial Hosting > chat
diff src/index.html.luan @ 34:62d04ca486dd
UI
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 12 Nov 2024 16:08:24 -0700 |
parents | e2b7f6393dab |
children | 27c41f22d2a9 |
line wrap: on
line diff
--- a/src/index.html.luan Sun Nov 10 19:57:14 2024 -0700 +++ b/src/index.html.luan Tue Nov 12 16:08:24 2024 -0700 @@ -93,6 +93,10 @@ <% head() %> <style> @import "chat.css?s=<%=started%>"; + + div[who="<%=user.id%>"] span[pulldown] { + visibility: visible; + } </style> <style online></style> <script src="chat.js?s=<%=started%>"></script> @@ -103,7 +107,9 @@ <div chats> <% chats_html() %> </div> - <div posts></div> + <div posts> + <h3 intro>Choose a chat on the left</h3> + </div> </div> <dialog delete_chat> <h2>Delete Chat</h2>