mirror of https://github.com/Chocobozzz/PeerTube
Fix video add nave hiding
parent
ba80de3d3d
commit
23f1b9da15
|
@ -17,6 +17,10 @@ $border-color: #EAEAEA;
|
||||||
border-bottom: $border-width $border-type $border-color;
|
border-bottom: $border-width $border-type $border-color;
|
||||||
margin: 50px 0 0 0 !important;
|
margin: 50px 0 0 0 !important;
|
||||||
|
|
||||||
|
&.hide-nav {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
a.nav-link {
|
a.nav-link {
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue