dark mode & update packages

This commit is contained in:
2019-10-10 09:10:18 -07:00
parent f4dbf58be9
commit fdcb665d38
4 changed files with 241 additions and 190 deletions

View File

@@ -17,8 +17,6 @@ export interface State {
export class Root extends React.PureComponent<Props, State> {
static displayName = "Root";
private imageSetRefs: React.RefObject<ImageSet>[] = [];
// innerWidth gets messed up when rotating phones from landscape -> portrait,
// and chrome seems to not report innerWidth correctly when scrollbars are present
private _viewWidth = (): number => {