mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 12:30:09 +00:00
alternative to fix mobile issue
set height
This commit is contained in:
parent
3e35d81b6f
commit
62c29c270a
1 changed files with 2 additions and 1 deletions
|
@ -170,6 +170,7 @@ a:hover img
|
|||
.btn-full-width
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.no-label .btn-label
|
||||
{
|
||||
|
@ -236,4 +237,4 @@ video {
|
|||
width: 100%;
|
||||
max-width: 800px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue