nav.secondary {
.nav-link {
- padding: 0.3rem;
+ padding: 0 0.3rem;
+ }
+
+ > ul {
+ height: 1.5em;
}
}
flex-direction: column;
> ul {
- justify-content: unset !important;
+ height: auto;
+ justify-content: center;
}
.user-menu, .login-menu {
#sidebar {
float: left;
width: $sidebarWidth;
-
- #sidebar_loader {
- display: none;
- }
}
.overlay-sidebar #sidebar {
display: block;
}
+ .sidebar-close-controls,
+ #sidebar_loader,
#sidebar_content {
display: none;
}
}
}
-/* Rules for search sidebar */
-
-#sidebar .search_results_entry {
- .search_more .loader {
- display: none;
- }
-}
-
/* Rules for routing */
-div.direction {
- background-image: image-url('routing-sprite.svg');
- width: 20px;
- height: 20px;
- background-repeat: no-repeat;
-}
-@for $i from 0 through 25 {
-div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
-}
-
-@include color-mode(dark) {
- div.direction {
- filter: invert(1);
- }
-}
-
td.distance {
font-size: x-small;
}
}
.routing_marker_column {
+ margin-left: .35rem;
+ margin-right: .35rem;
width: 15px;
img {
z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
}
}
-
- .changeset_more .loader {
- display: none;
- width: 100%;
- }
}
/* Rules for the browse sidebar */
> * {
margin: -1px;
}
- #minlon {
- /*rtl:ignore*/ float: left;
- }
- #maxlon {
- /*rtl:ignore*/ float: right;
- }
}
}
/* Rules for non-map content pages */
.content-inner {
- position: relative;
max-width: 960px;
- margin: auto;
padding: $lineheight;
}
}
}
}
+
+.heatmap-wrapper {
+ height: 130px;
+}