Commit 7903e44e authored by Annabel Dunstone's avatar Annabel Dunstone

Fix bug where fade div covers up controls button

parent 8f11d35a
...@@ -336,6 +336,16 @@ ...@@ -336,6 +336,16 @@
@include fade(right, rgba(255, 255, 255, 0.4), $white-light); @include fade(right, rgba(255, 255, 255, 0.4), $white-light);
left: 0; left: 0;
} }
&.event-filter {
.fade-right {
visibility: hidden;
@media (max-width: $screen-xs-max) {
visibility: visible;
}
}
}
} }
} }
...@@ -346,3 +356,14 @@ ...@@ -346,3 +356,14 @@
top: ($header-height * 2) + 2; top: ($header-height * 2) + 2;
} }
} }
.activities {
.nav-block {
border-bottom: 1px solid $border-color;
.nav-links {
border-bottom: none;
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment