Merge pull request #326 from Bitcoin-com/wallet/task/562

Bug - 562 - No notification when a new release version is available (Mac OSX github)
This commit is contained in:
Jean-Baptiste Dominguez 2018-09-06 22:12:45 +09:00 committed by GitHub
commit 9c0b54a7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 217 additions and 90 deletions

View file

@ -173,6 +173,11 @@
font-weight: 700;
color: #444;
}
.release-notes {
white-space: pre;
white-space: pre-line;
text-align: left;
}
.button {
width: 100%;
border: none;
@ -190,3 +195,13 @@
top:11px;
}
}
.popup-update {
.popup-buttons {
display: block;
}
.popup-buttons .button{
display:block;
min-width: 100% !important;
margin-top: 4px;
}
}