Live video on the AT Protocol

remove padding of top bar

-1
-1
js/app/components/live-dashboard/bento-grid.tsx
··· 27 style={[ 28 layout.flex.column, 29 bg.gray[900], 30 - p[4], 31 { minWidth: isWeb ? 400 : "100%" }, 32 ]} 33 >
··· 27 style={[ 28 layout.flex.column, 29 bg.gray[900], 30 { minWidth: isWeb ? 400 : "100%" }, 31 ]} 32 >