Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed May 21, 2018
2 parents 8c62e3a + 5418a21 commit 9753b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="391009" id="io.getcanoe.canoe" ios-CFBundleVersion="0.9.10" version="0.9.10">
>>>>>>> 5418a2161530b70ddee38a786c4faa6c5198ab5f
<name>Canoe</name>
<description>
Canoe Nano Wallet
Expand Down
2 changes: 1 addition & 1 deletion installapk.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
adb install -r platforms/android/app/build/outputs/apk/release/android-release-signed.apk
adb install -r platforms/android/app/build/outputs/apk/release/app-release-signed.apk
6 changes: 6 additions & 0 deletions src/sass/views/amount.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
.amount-bar {
padding: 24px 0;
font-size: 18px;
@media(max-height: 620px) {
padding: 6px 0;
}
@media(max-height: 480px) {
padding: 0px;
}
Expand Down Expand Up @@ -195,6 +198,9 @@
&--standard {
font-size: 18px;
padding: 10px 0;
@media(max-height: 620px){
display: none;
}
}
&--placeholder {
color: $v-light-gray;
Expand Down

0 comments on commit 9753b2c

Please sign in to comment.