]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4823'
authorTom Hughes <tom@compton.nu>
Wed, 22 May 2024 17:37:01 +0000 (18:37 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 22 May 2024 17:37:01 +0000 (18:37 +0100)
1  2 
app/assets/stylesheets/common.scss
app/views/layouts/_header.html.erb

index 81674c805ceb16d05d522543a3414f175ae4b5f0,b4279016a263d5cec9d3e93abb785feb6ab3d149..0edb3b0fc3cdbb56741946ac3e6da9302f883595
@@@ -50,7 -50,7 +50,7 @@@ time[title] 
  
  /* Utility for de-emphasizing content */
  
 -.text-muted a {
 +.text-body-secondary a {
    color: $blue;
  }
  
@@@ -107,14 -107,8 +107,8 @@@ header 
      padding: $lineheight * 0.5;
    }
  
-   img.logo {
-     margin-top: -2px;
-   }
    h1 {
      font-size: 18px;
-     line-height: 1.2;
-     padding-top: 15px;
    }
  
    .btn {
index a628b647d773202a738ee9fb791afa5741e98905,aa05aff843206403bf80fad55e35e119fe3dbba6..8516efc49e51ed9e01f045db900f6d782f727044
@@@ -1,7 -1,7 +1,7 @@@
  <header class="d-flex bg-body text-nowrap closed z-3">
-   <h1 class="m-0 fw-semibold">
-     <a href="<%= root_path %>" class="text-body-emphasis text-decoration-none geolink">
-       <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :width => 30, :height => 30, :class => "logo" %>
+   <h1 class="d-flex m-0 fw-semibold">
+     <a href="<%= root_path %>" class="icon-link gap-1 text-body-emphasis text-decoration-none geolink">
+       <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :size => 30 %>
        <%= t "layouts.project_name.h1" %>
      </a>
    </h1>
            <% if current_user.new_messages.size > 0 %>
              <span class="badge count-number m-1"><%= current_user.new_messages.size %></span>
            <% end %>
 -          <span class="user-button">
 -            <span class='username'>
 -              <%= current_user.display_name %>
 -            </span>
 +          <span class='username'>
 +            <%= current_user.display_name %>
            </span>
          </button>
          <div class='dropdown-menu dropdown-menu-end'>