Left pane spacing tweaks

This commit is contained in:
Evan Hahn 2021-10-14 15:21:10 -05:00 committed by GitHub
parent da9df293c6
commit 29e6ba8f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 21 deletions

View file

@ -51,7 +51,7 @@ import {
SaveAvatarToDiskActionType,
} from '../types/Avatar';
const MIN_WIDTH = 119;
const MIN_WIDTH = 109;
const MIN_SNAP_WIDTH = 280;
const MIN_FULL_WIDTH = 320;
const MAX_WIDTH = 380;