mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Better, retina-ready phone screenshots for /apps (though still not great).
(imported from commit 7a4a1fc0a203713eb83f75324f26abf8f890a37b)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 118 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 199 KiB |
@@ -126,6 +126,16 @@ img.screenshot{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.android-screenshot {
|
||||
margin-top: -30px;
|
||||
width: 221px;
|
||||
}
|
||||
|
||||
.iphone-screenshot {
|
||||
width: 184px;
|
||||
margin: 0 32px;
|
||||
}
|
||||
|
||||
.full-width-screenshot {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -19,10 +19,9 @@
|
||||
<div class="tab-content">
|
||||
|
||||
<div class="tab-pane active" id="android">
|
||||
<img class="screenshot pull-left" src="/static/images/app-screenshots/zulip-android.png">
|
||||
<img class="screenshot android-screenshot pull-left" src="/static/images/app-screenshots/zulip-android.png">
|
||||
|
||||
<p><em>Note: The Android app is currently in alpha.</em></p>
|
||||
<p>Zulip has a <strong>100% native app</strong> for Android,
|
||||
<p>Zulip has a free, <strong>100% native app</strong> for Android,
|
||||
and you can easily grab it from
|
||||
the <a href="https://play.google.com/store/apps/details?id=com.humbughq.mobile">Google
|
||||
Play Store</a>.</p>
|
||||
@@ -34,9 +33,7 @@
|
||||
</div>
|
||||
|
||||
<div class="tab-pane" id="iphone">
|
||||
<img class="screenshot pull-left" src="/static/images/app-screenshots/zulip-iphone.png" style="margin: 0px 32px;">
|
||||
|
||||
<p><em>Note: The iPhone app is currently in alpha.</em></p>
|
||||
<img class="screenshot iphone-screenshot pull-left" src="/static/images/app-screenshots/zulip-iphone.png">
|
||||
|
||||
<p>Zulip has a free, <strong>100% native app</strong> for iPhone and
|
||||
iPad. Please grab it from
|
||||
|
||||
Reference in New Issue
Block a user