mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix homepage on android
This commit is contained in:
parent
670273831a
commit
99fdb0e4b4
2 changed files with 3 additions and 3 deletions
|
@ -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'])?>
|
||||
<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>
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
div {
|
||||
font-size: 1rem;
|
||||
|
||||
a:not(:last-of-type):not(.button--google-play) {
|
||||
margin-right: 1rem;
|
||||
a:not(:first-of-type):not(.button--google-play) {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue