/* Rules for Leaflet maps */
+.leaflet-top.leaflet-right,
+.leaflet-top.leaflet-left {
+ height: 100%;
+ column-gap: 10px;
+ display: flex;
+ flex-direction: column;
+ flex-wrap: wrap-reverse;
+}
+
.leaflet-control .control-button {
display: block;
height: 40px;
}
}
-/* Rules for the user notes list */
-
-.note_list {
- tr.creator {
- background-color: $offwhite;
- }
-}
-
/* Rules for the iD editor */
.id-embed {