trying to get things to fit better with overlay getting over crowded
This commit is contained in:
@@ -172,7 +172,7 @@ function OverlayConversation({
|
||||
direction={'column'}
|
||||
spacing={1}
|
||||
sx={{
|
||||
my: 2,
|
||||
mb: 1,
|
||||
p: 1,
|
||||
borderRadius: 2,
|
||||
bgcolor: isSelected ? blueGrey[300] : blueGrey[600],
|
||||
|
||||
@@ -26,6 +26,7 @@ export default function Terminal() {
|
||||
sx={{
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
overflow: 'clip',
|
||||
}}
|
||||
>
|
||||
{desktopMode === 'mainApp' && (
|
||||
|
||||
Reference in New Issue
Block a user