add tabs to export, create wallet and import wallet
This commit is contained in:
parent
b247bfdcc6
commit
588550120a
14 changed files with 738 additions and 545 deletions
|
|
@ -1027,6 +1027,10 @@ input[type="number"] {
|
|||
}
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media all and (max-height: 480px) {
|
||||
.calculator .button-calc .columns { padding: 10px; }
|
||||
.calculator .header-calc { top: 11%; }
|
||||
|
|
@ -1041,4 +1045,3 @@ input[type="number"] {
|
|||
.calculator .button-calc .columns { padding: 20px; }
|
||||
.calculator .header-calc { top: 18%; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue