Generally trying to improve performance.

This commit is contained in:
2018-10-30 21:10:03 +11:00
parent 45866c37fc
commit 6ace1f03fd
41 changed files with 219 additions and 256 deletions

View File

@ -23,10 +23,10 @@
import React from 'react';
import Styles from './FloatingContentBox.scss';
import ContentBox from './ContentBox';
import Styles from './FloatingContentBox.scss';
export default (props) => {
let newProps = {...props};
let { position, size, children, className } = props;

View File

@ -218,8 +218,8 @@ $o-window--one-third: #{"33.333333333%"};//I needed greater accuracy than SCSS p
}
&__address-bar {
@extend %t-flexbox;
@include t-align-items(center);
display: flex;
align-items: center;
&-title {
display: block;
@ -227,7 +227,7 @@ $o-window--one-third: #{"33.333333333%"};//I needed greater accuracy than SCSS p
}
&-frame {
@include t-flex-basis(100%);
flex-basis: 100%;
}
}