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'}
|
direction={'column'}
|
||||||
spacing={1}
|
spacing={1}
|
||||||
sx={{
|
sx={{
|
||||||
my: 2,
|
mb: 1,
|
||||||
p: 1,
|
p: 1,
|
||||||
borderRadius: 2,
|
borderRadius: 2,
|
||||||
bgcolor: isSelected ? blueGrey[300] : blueGrey[600],
|
bgcolor: isSelected ? blueGrey[300] : blueGrey[600],
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ export default function Terminal() {
|
|||||||
sx={{
|
sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
overflow: 'clip',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{desktopMode === 'mainApp' && (
|
{desktopMode === 'mainApp' && (
|
||||||
|
|||||||
Reference in New Issue
Block a user