Nav mouse path fix

This commit is contained in:
ポール ウェッブ 2019-03-18 17:05:24 -05:00
parent 83c5b1b822
commit 7fcbd28ca4
2 changed files with 5 additions and 0 deletions

View file

@ -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;
}

View file

@ -2,6 +2,7 @@
padding: 2rem;
video {
background-color: var(--lbry-black);
border: 1px solid var(--lbry-gray-1);
cursor: pointer;
max-height: 30rem;