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