comparison src/chat.css @ 82:0bc5e0d098f7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 10 Mar 2025 22:42:46 -0600
parents b5a316575e64
children a47036fd0158
comparison
equal deleted inserted replaced
81:a0d3477d5694 82:0bc5e0d098f7
247 247
248 div[intro], 248 div[intro],
249 div[posts] { 249 div[posts] {
250 padding-left: 8px; 250 padding-left: 8px;
251 border-left: 1px solid grey; 251 border-left: 1px solid grey;
252 max-width: calc(100% - 250px);
252 } 253 }
253 254
254 div[top] img[back] { 255 div[top] img[back] {
255 display: none; 256 display: none;
256 } 257 }