diff --git a/openlibrary/templates/site/alert.html b/openlibrary/templates/site/alert.html index 103c78dd249..ded13830ec9 100644 --- a/openlibrary/templates/site/alert.html +++ b/openlibrary/templates/site/alert.html @@ -10,8 +10,8 @@
$# detect-missing-i18n-skip-line - $_('Donate') -
+ $_('Donate') +
$active_ui_lang['localized'] ($active_ui_lang['code']) diff --git a/static/css/components/iaBar.less b/static/css/components/iaBar.less index e832b043e16..e0102507257 100644 --- a/static/css/components/iaBar.less +++ b/static/css/components/iaBar.less @@ -50,4 +50,15 @@ .topNotice-logo { font-size: 24px; } + + @media only screen and (max-width: @width-breakpoint-mobile) { + .iabar-mobile { + font-size: .9em; + } + .ghost-btn.iabar-mobile { + padding: 5px 7px; + margin-right: 10px; + margin-left: 10px; + } + } }