personal memory agent
0
fork

Configure Feed

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

fix: remove double-border artifact on unfocused app bar

Make the chat-bar-input border transparent when the app bar is unfocused,
eliminating the visual double-border between the container and input borders.

+4
+4
convey/static/app.css
··· 1518 1518 cursor: default; 1519 1519 } 1520 1520 1521 + .app-bar:not(.app-bar--focused) .chat-bar-input { 1522 + border-color: transparent; 1523 + } 1524 + 1521 1525 /* Response panel (above input row) */ 1522 1526 .chat-bar-response-panel { 1523 1527 max-height: 0;