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:
parent
60aea4839c
commit
de286d2382
@ -240,7 +240,9 @@ AccountDetailScreen.prototype.tabSections = function () {
|
||||
const { currentAccountTab } = this.props
|
||||
|
||||
return h('section.tabSection', {
|
||||
style: { height: '100%' },
|
||||
style: {
|
||||
height: '100%',
|
||||
},
|
||||
}, [
|
||||
|
||||
h(TabBar, {
|
||||
|
@ -232,6 +232,10 @@ hr.horizontal-line {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.tabSection {
|
||||
min-width: 350px;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
display: inline-block;
|
||||
height: 9px;
|
||||
|
Loading…
Reference in New Issue
Block a user