]> git.openstreetmap.org Git - rails.git/commitdiff
Use .icon-link to align logo
authorAnton Khorev <tony29@yandex.ru>
Tue, 21 May 2024 17:43:55 +0000 (20:43 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 21 May 2024 22:14:00 +0000 (01:14 +0300)
app/assets/stylesheets/common.scss
app/views/layouts/_header.html.erb

index aa8b9d65b64c62931c2a372fd91c0ab06d11851c..b4279016a263d5cec9d3e93abb785feb6ab3d149 100644 (file)
@@ -107,14 +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 dfe74a7501d5cb1d3c0481c19f364a143c03c855..aa05aff843206403bf80fad55e35e119fe3dbba6 100644 (file)
@@ -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>