Update collapsed left pane designs to minimize empty space

This commit is contained in:
Evan Hahn 2021-12-09 12:50:13 -06:00 committed by GitHub
parent 00fa07a070
commit 7abe36a166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 106 additions and 36 deletions

View file

@ -42,7 +42,7 @@ import type {
SaveAvatarToDiskActionType,
} from '../types/Avatar';
const MIN_WIDTH = 109;
const MIN_WIDTH = 97;
const SNAP_WIDTH = 200;
const MIN_FULL_WIDTH = 280;
const MAX_WIDTH = 380;