Skip to content

Commit bd42fe5

Browse files
committed
Publish 2024-10-19
1 parent eb3e953 commit bd42fe5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

elements/mobile-top-short.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const htmlText = `
3838
supports browser<br>
3939
add-ons on <i class="android-icon"></i> <strong>Android</strong>
4040
<div class="badge-wrapper">
41-
<a class="badge-link" href="${edgeURL}" target="_blank" rel="noopener" data-s="drand-top-short">
41+
<a class="badge-link badge-link--android" href="${edgeURL}" target="_blank" rel="noopener" data-s="drand-top-short">
4242
<img src="/images/google-play-badge.svg">
4343
</a>
4444
</div>
@@ -152,6 +152,9 @@ const cssText = `
152152
width: 11rem;
153153
z-index: 1;
154154
}
155+
.badge-link--android {
156+
border-radius: 0.4rem;
157+
}
155158
.badge-link img {
156159
display: inline-block;
157160
width: 100%;

0 commit comments

Comments
 (0)