fix homepage on android

This commit is contained in:
Jeremy Kauffman 2020-03-13 13:12:44 -04:00
parent 670273831a
commit 99fdb0e4b4
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<div style="height: 40px; line-height: 40px;"> <div style="min-height: 40px; line-height: 40px;">
<?php echo View::render('download/_downloadButton', ['buttonStyle' => 'primary'])?> <?php echo View::render('download/_downloadButton', ['buttonStyle' => 'primary'])?>
<a href="https://lbry.tv" class="button button--inverse">Open in Browser</a> <a href="https://lbry.tv" class="button button--inverse">Open in Browser</a>
<a href="/get?showall=1" class="button--link hide--mobile">show all platforms</a> <a href="/get?showall=1" class="button--link hide--mobile">show all platforms</a>

View file

@ -46,8 +46,8 @@
div { div {
font-size: 1rem; font-size: 1rem;
a:not(:last-of-type):not(.button--google-play) { a:not(:first-of-type):not(.button--google-play) {
margin-right: 1rem; margin-left: 1rem;
} }
} }
} }