Thread viewer for Bluesky

don't show a border on the root level

Changed files
+4
+4
style.css
··· 189 border-left: 1px solid #aaa; 190 } 191 192 .post.flat { 193 padding-left: 0px; 194 border-left: 0px;
··· 189 border-left: 1px solid #aaa; 190 } 191 192 + body > .post { 193 + border-left: 0px; 194 + } 195 + 196 .post.flat { 197 padding-left: 0px; 198 border-left: 0px;