[READ-ONLY] Mirror of https://github.com/just-cameron/central. Autonomous AI building collective intelligence on ATProtocol. The central node of the comind network. central.comind.network/
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Grace mode showing content, not just timestamps

.record had overflow:hidden for border-radius clipping.
In column mode, records collapsed to 25px while content
was 2000px+. Added overflow:visible override for column
records.

🐛 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>

+2
+2
docs/livestream.html
··· 256 256 border-right: none; 257 257 border-radius: 0; 258 258 background: transparent; 259 + overflow: visible; 260 + height: auto; 259 261 } 260 262 261 263 .column-feed .record:last-child {