nicer snug fit with 80 width
This commit is contained in:
@@ -37,7 +37,7 @@ export function ElectronProvider({ children }: { children: React.ReactNode }) {
|
|||||||
stayOnTop = true;
|
stayOnTop = true;
|
||||||
finalDimensions = {
|
finalDimensions = {
|
||||||
height: DEFAULT_APP_PRESET.height,
|
height: DEFAULT_APP_PRESET.height,
|
||||||
width: 100,
|
width: 80,
|
||||||
};
|
};
|
||||||
finalPosition = 'topRight';
|
finalPosition = 'topRight';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ export default function FooterControls() {
|
|||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
maxWidth: 100,
|
maxWidth: 80,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
zIndex: 10,
|
zIndex: 10,
|
||||||
boxShadow: 10,
|
boxShadow: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user