mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix old ui width in mobile and extension.
This commit is contained in:
parent
4e0485938a
commit
71d6403304
@ -93,7 +93,6 @@ App.prototype.render = function () {
|
||||
log.debug('Main ui render function')
|
||||
|
||||
return (
|
||||
h('.old-ui', [
|
||||
h('.flex-column.full-height', {
|
||||
style: {
|
||||
// Windows was showing a vertical scroll bar:
|
||||
@ -119,7 +118,6 @@ App.prototype.render = function () {
|
||||
this.renderPrimary(),
|
||||
]),
|
||||
])
|
||||
])
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,6 @@ input:focus, textarea:focus {
|
||||
|
||||
#app-content {
|
||||
overflow-x: hidden;
|
||||
min-width: 357px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user