comparison 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
comparison
equal deleted inserted replaced
40:7ea33179592a 41:818697418dbe
47 display: flex; 47 display: flex;
48 justify-content: space-between; 48 justify-content: space-between;
49 align-items: center; 49 align-items: center;
50 } 50 }
51 51
52 div[top] h3 a {
53 display: inline-block;
54 margin-bottom: -5px;
55 }
56 div[top] h3 a img {
57 display: block;
58 }
59
52 div[main] { 60 div[main] {
53 overflow-y: auto; 61 overflow-y: auto;
54 } 62 }
55 63
56 div[post] { 64 div[post] {
65 div[who] { 73 div[who] {
66 display: flex; 74 display: flex;
67 justify-content: space-between; 75 justify-content: space-between;
68 } 76 }
69 77
70 span[right] { 78 div[content] span[right] {
71 font-size: 12px; 79 font-size: 12px;
72 color: grey; 80 color: grey;
73 } 81 }
74 82
75 span[pulldown] { 83 span[pulldown] {
153 div[posts] { 161 div[posts] {
154 padding-left: 8px; 162 padding-left: 8px;
155 border-left: 1px solid grey; 163 border-left: 1px solid grey;
156 } 164 }
157 165
158 div[top] img { 166 div[top] img[back] {
159 display: none; 167 display: none;
160 } 168 }
161 } 169 }
162 170
163 @media (max-width: 699px) { 171 @media (max-width: 699px) {