mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-30 08:51:34 +00:00
Nav mouse path fix
This commit is contained in:
parent
83c5b1b822
commit
7fcbd28ca4
2 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,10 @@ drawer-navigation {
|
|||
}
|
||||
|
||||
drawer-navigation-helper {
|
||||
border-right: 10rem solid transparent;
|
||||
border-left: 13rem solid transparent;
|
||||
left: -10rem;
|
||||
|
||||
@media (max-width: 950px) {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
padding: 2rem;
|
||||
|
||||
video {
|
||||
background-color: var(--lbry-black);
|
||||
border: 1px solid var(--lbry-gray-1);
|
||||
cursor: pointer;
|
||||
max-height: 30rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue