This commit is contained in:
Sarah Jamie Lewis 2024-02-13 20:24:40 -08:00
parent 7510335404
commit 9635b3e805
Signed by: sarah
GPG Key ID: F27FD21A270837EF
2 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Cwtch is now available for the following platforms:
* Standalone APK (works for arm7 and arm64): [cwtch-v1.13.2.apk](/releases/cwtch-v1.13.2/cwtch-v1.13.2.apk)
* `sha512: 01914e88e88209fb1007762b0f4a4e166e267ac806ed56984660e2a55a78952d6b3bd4cc7ba9adcc1e11c2afe27f3ac30828f68060abfa29173c90f593870730`
* Note: Syncing experimental Groups on some Android devices can be very slow depending on the underlying hardware and configuration.
* <a class="col-2 text-center align-content-center" href="https://play.google.com/store/apps/details?id=im.cwtch.flwtch"><img class="" src="/images/google-play-badge.png"/></a>
* <a class="col-2 text-center align-content-center" href="https://play.google.com/store/apps/details?id=im.cwtch.flwtch"><img class="downloadicon2" src="/images/google-play-badge.png"/></a>
<br/>

View File

@ -232,6 +232,12 @@ code {
vertical-align:middle;
}
.downloadicon2 {
height: 48px;
vertical-align:center;
color: #ffffff;
}
.downloadiconnoinvert {
height: 32px;
vertical-align:center;
@ -251,4 +257,4 @@ h3 {
footer a {
color: #e3e3e3 !important;
}
}