Unified Agent + reusable Go agent core.
0
fork

Configure Feed

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

fix

Lyric ecb8a030 72d1feb9

+8
+8
web/console/src/components/AppTopbar.css
··· 82 82 letter-spacing: 0.05em; 83 83 text-transform: uppercase; 84 84 } 85 + 86 + @media (max-width: 767px) { 87 + /* Keep mobile dropdown dialog fixed to viewport instead of topbar box. */ 88 + .topbar { 89 + backdrop-filter: none; 90 + -webkit-backdrop-filter: none; 91 + } 92 + }