Skip to content

Commit

Permalink
style: align engine icons to middle
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 13, 2024
1 parent 6a57696 commit 03be7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/hb/modules/theme-start/scss/_engine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
}

.hb-start-search-engine-icon {
vertical-align: -0.35em;
vertical-align: -0.25em !important;
}
4 changes: 2 additions & 2 deletions layouts/partials/hb/modules/theme-start/engines.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{- $engines := . }}
<div class="dropdown position-absolute top-0 mt-1 ms-1">
<div class="dropdown position-absolute top-0 ms-1 h-100 d-flex align-items-center">
{{- with index $engines 0 }}
<a
class="btn text-bg-body border-0 hb-start-search-engine-toggle"
class="btn text-bg-body border-0 hb-start-search-engine-toggle d-flex align-items-center"
href="#"
role="button"
data-bs-toggle="dropdown"
Expand Down

0 comments on commit 03be7a7

Please sign in to comment.