]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Truncate usernames in block navigation tabs
[rails.git] / app / assets / stylesheets / common.scss
index 31ce7dd28a2e15f4645b4263e30a4eae99bed57f..b179ec5ada7638a3d27ce482820b9d06af26d301 100644 (file)
@@ -507,7 +507,7 @@ body.small-nav {
     filter: brightness(.8);
   }
 
-  .leaflet-control-attribution a {
+  .leaflet-container .leaflet-control-attribution a {
     color: var(--bs-link-color);
   }
 
@@ -938,7 +938,11 @@ div.secondary-actions {
   max-width: 20em;
 }
 
-/* Rules for tabs inside secondary background sections */
+/* Rules for navigation tabs */
+
+.nav-tabs .username {
+  max-width: 20em;
+}
 
 .bg-body-secondary .nav-tabs {
   --bs-border-color: var(--bs-secondary-border-subtle);
@@ -973,6 +977,10 @@ img.trace_image {
   .node, .way, .relation {
     margin-left: 25px;
   }
+
+  .node::before     { content: image-url('browse/node.svg'); }
+  .way::before      { content: image-url('browse/way.svg'); }
+  .relation::before { content: image-url('browse/relation.svg'); }
 }
 
 @each $class, $item in $map-sidebar-icons {