nicer snug fit with 80 width

This commit is contained in:
talksik
2022-06-25 15:27:50 -05:00
parent 1fec91ef4e
commit fbe3657ecf
2 changed files with 2 additions and 2 deletions
@@ -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';
}
+1 -1
View File
@@ -98,7 +98,7 @@ export default function FooterControls() {
return (
<Box
sx={{
maxWidth: 100,
maxWidth: 80,
width: '100%',
zIndex: 10,
boxShadow: 10,