Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit e05ae3b

Browse files
author
vvo
committed
fix(footer): small footer dropdown fixes
1 parent c6ab919 commit e05ae3b

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

src/icons/osm.svg

Lines changed: 3 additions & 10 deletions
Loading

src/places.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const hitFormatter = createHitFormatter({
2222
const footerTemplate =
2323
`<div class="ap-footer">
2424
Built by <a href="https://www.algolia.com/?UTMFIXME" title="Search by Algolia" class="ap-footer-algolia">${algoliaLogo.trim()}</a>
25-
using <a href="https://community.algolia.com/license" class="ap-footer-osm">${osmLogo.trim()}</a> data
25+
using <a href="https://community.algolia.com/places/documentation.html#license" class="ap-footer-osm" title="Algolia Places data © OpenStreetMap contributors">${osmLogo.trim()} <span>data</span></a>
2626
</div>`;
2727

2828
export default function places({

src/places.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,16 @@
9797
text-align: right;
9898
padding: .5em 1em .5em 0;
9999
font-size: 12px;
100+
line-height: 12px;
100101

101102
a {
102-
vertical-align: sub;
103+
color: inherit;
104+
text-decoration: none;
105+
svg {
106+
vertical-align: middle;
107+
}
103108
}
104109

105-
106110
&:hover {
107111
opacity: 1;
108112
}

0 commit comments

Comments
 (0)