Mercurial Hosting > chat
comparison src/chat.css @ 11:563a5358f2ee
add delete_chat
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 31 Oct 2024 19:17:53 -0600 |
parents | f9e6a4cc4f7d |
children | 949914955bfe |
comparison
equal
deleted
inserted
replaced
10:f9e6a4cc4f7d | 11:563a5358f2ee |
---|---|
1 div[content] { | 1 div[content] { |
2 margin-bottom: 0; | 2 margin-bottom: 0; |
3 display: flex; | 3 display: flex; |
4 xheight: 100%; | |
5 height: calc(100vh - 32px); | 4 height: calc(100vh - 32px); |
6 margin-left: calc(3% - 8px); | 5 margin-left: calc(3% - 8px); |
7 margin-right: 0; | 6 margin-right: 0; |
8 } | 7 } |
9 | 8 |
20 padding-top: 16px; | 19 padding-top: 16px; |
21 padding-bottom: 16px; | 20 padding-bottom: 16px; |
22 padding-left: 8px; | 21 padding-left: 8px; |
23 padding-right: 8px; | 22 padding-right: 8px; |
24 border-radius: 4px; | 23 border-radius: 4px; |
24 cursor: pointer; | |
25 } | 25 } |
26 | 26 |
27 div[chats] > div:hover, | 27 div[chats] > div:hover, |
28 div[chats] > div[selected] { | 28 div[chats] > div[selected] { |
29 background-color: LightBlue; | 29 background-color: LightBlue; |