1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Css tweaks

This commit is contained in:
Dan Finlay 2017-07-24 17:03:30 -07:00
parent 60aea4839c
commit de286d2382
2 changed files with 7 additions and 1 deletions

View File

@ -240,7 +240,9 @@ AccountDetailScreen.prototype.tabSections = function () {
const { currentAccountTab } = this.props const { currentAccountTab } = this.props
return h('section.tabSection', { return h('section.tabSection', {
style: { height: '100%' }, style: {
height: '100%',
},
}, [ }, [
h(TabBar, { h(TabBar, {

View File

@ -232,6 +232,10 @@ hr.horizontal-line {
align-items: center; align-items: center;
} }
.tabSection {
min-width: 350px;
}
.menu-icon { .menu-icon {
display: inline-block; display: inline-block;
height: 9px; height: 9px;