diff --git a/openlibrary/macros/databarWork.html b/openlibrary/macros/databarWork.html index 692fd93037e..14ba33b694e 100644 --- a/openlibrary/macros/databarWork.html +++ b/openlibrary/macros/databarWork.html @@ -89,7 +89,7 @@
$_('Buy this book')
+ $:macros.AffiliateLinks(page, {'isbn': isbn_13, 'asin': asin, 'prices': prices}) +diff --git a/static/css/components/read-panel.less b/static/css/components/read-panel.less index a55c86db9ee..7ea8a4cbf78 100644 --- a/static/css/components/read-panel.less +++ b/static/css/components/read-panel.less @@ -13,6 +13,10 @@ font-size: 12px; } +.mobile-vendor { + display: none; +} + .read-options, .Tools .btn-notice { line-height: 1.5em; @@ -122,6 +126,13 @@ .mobile-book-header{ display: inline; } + + .mobile-vendor { + display: inline; + } + .desktop-vendor { + display: none; + } } // For the button at the top @import (less) "components/buttonCta.less";