From bcbb99a66e1750aed13e114342bbbdad8e49a62c Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Fri, 29 Dec 2017 20:44:40 -0500 Subject: [PATCH] Switch to flexbox --- flamechart-minimap-view.tsx | 4 ++-- flamechart-style.ts | 15 ++++++--------- flamechart-view.tsx | 4 ++-- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/flamechart-minimap-view.tsx b/flamechart-minimap-view.tsx index 2d3bfed..71eb9c0 100644 --- a/flamechart-minimap-view.tsx +++ b/flamechart-minimap-view.tsx @@ -1,5 +1,5 @@ import * as regl from 'regl' -import { vec3, ReglCommand, ReglCommandConstructor } from 'regl' +import { vec3, ReglCommand } from 'regl' import { h, Component } from 'preact' import { css } from 'aphrodite' import { Flamechart } from './flamechart' @@ -155,7 +155,7 @@ export class FlamechartMinimapView extends Component + className={css(style.minimap, style.vbox)} > @@ -617,7 +617,7 @@ export class FlamechartView extends ReloadableComponent +