diff --git a/openlibrary/i18n/messages.pot b/openlibrary/i18n/messages.pot index 55539345d9b..52e66a322c9 100644 --- a/openlibrary/i18n/messages.pot +++ b/openlibrary/i18n/messages.pot @@ -7308,6 +7308,10 @@ msgstr[1] "" msgid "Related Books" msgstr "" +#: EditionNavBar.html +msgid "Go to next section" +msgstr "" + #: Follow.html msgid "UnfollowFollow" msgstr "" diff --git a/openlibrary/macros/EditionNavBar.html b/openlibrary/macros/EditionNavBar.html index 13bf3fbc5f6..70f1dd71d2f 100644 --- a/openlibrary/macros/EditionNavBar.html +++ b/openlibrary/macros/EditionNavBar.html @@ -32,7 +32,7 @@ $if not desktop_only: - - - + diff --git a/openlibrary/templates/account/view.html b/openlibrary/templates/account/view.html index d52bfebd4ca..cce1ac94ab7 100644 --- a/openlibrary/templates/account/view.html +++ b/openlibrary/templates/account/view.html @@ -47,7 +47,7 @@

$header_title

$set_share_links(url=request.canonical_url, title=header_title, view_context=ctx) $if ctx.get('share_links'): $ share_str = _('Share') - $ share_content = ' %s' % share_str + $ share_content = ' %s' % share_str $ page_url = request.home $ share_links = ctx.get('share_links') $:macros.ShareModal(share_links, page_url, share_content, "share-modal-wrapper", show_embed=False) diff --git a/openlibrary/templates/type/edition/modal_links.html b/openlibrary/templates/type/edition/modal_links.html index 0fa39702a83..06e0c32b7b2 100644 --- a/openlibrary/templates/type/edition/modal_links.html +++ b/openlibrary/templates/type/edition/modal_links.html @@ -9,7 +9,7 @@ $ ga_attr = 'data-ol-link-track=%s' % ga_data if ga_data else '' - + diff --git a/openlibrary/templates/type/edition/title_and_author.html b/openlibrary/templates/type/edition/title_and_author.html index 5baa37c8597..f5f2aad4130 100644 --- a/openlibrary/templates/type/edition/title_and_author.html +++ b/openlibrary/templates/type/edition/title_and_author.html @@ -5,7 +5,7 @@ $ ga_attr = 'data-ol-link-track=%s' % ga_data if ga_data else '' - + diff --git a/static/css/components/nav-bar.less b/static/css/components/nav-bar.less index b417579cb73..4634f5fc326 100644 --- a/static/css/components/nav-bar.less +++ b/static/css/components/nav-bar.less @@ -58,6 +58,8 @@ .nav-arrow { padding-left: 20px; + background: none; + border: none; img { max-width: unset !important;