From: Tom Hughes Date: Wed, 22 May 2024 17:37:01 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4823' X-Git-Tag: live~918 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6e71f16bbbdf3da35fc064c354c4078ea48edcbf?hp=-c Merge remote-tracking branch 'upstream/pull/4823' --- 6e71f16bbbdf3da35fc064c354c4078ea48edcbf diff --combined app/assets/stylesheets/common.scss index 81674c805,b4279016a..0edb3b0fc --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -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 { diff --combined app/views/layouts/_header.html.erb index a628b647d,aa05aff84..8516efc49 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@@ -1,7 -1,7 +1,7 @@@
-

- - <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :width => 30, :height => 30, :class => "logo" %> +

+ + <%= image_tag "osm_logo.png", :srcset => image_path("osm_logo.svg"), :alt => t("layouts.logo.alt_text"), :size => 30 %> <%= t "layouts.project_name.h1" %>

@@@ -86,8 -86,10 +86,8 @@@ <% if current_user.new_messages.size > 0 %> <%= current_user.new_messages.size %> <% end %> - - - <%= current_user.display_name %> - + + <%= current_user.display_name %>