mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 01:11:25 +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 {
|
drawer-navigation-helper {
|
||||||
|
border-right: 10rem solid transparent;
|
||||||
|
border-left: 13rem solid transparent;
|
||||||
|
left: -10rem;
|
||||||
|
|
||||||
@media (max-width: 950px) {
|
@media (max-width: 950px) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|
||||||
video {
|
video {
|
||||||
|
background-color: var(--lbry-black);
|
||||||
border: 1px solid var(--lbry-gray-1);
|
border: 1px solid var(--lbry-gray-1);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
max-height: 30rem;
|
max-height: 30rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue