From 4f75995e05f004ab05cbf162e414bcc310eef405 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Jan 2021 12:59:17 -0800 Subject: html: many tweaks and improvements --- fatcat_scholar/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 354f111..f284cb2 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -77,12 +77,14 @@ @media only screen and (max-width: 767px) { .mobile-hide { display: none !important; } + .ui.items>.item>.image:not(.ui) { width: auto }; } @media only screen and (min-width: 768px) { .mobile-only { display: none !important; } } @media only screen and (max-width: 991px) { .tablet-hide { display: none !important; } + .ui.items>.item>.image:not(.ui) { width: auto }; .ui.grid>[class*="fourteen wide"].column.serp-column { width: 100% !important; box-shadow: none !important; @@ -215,6 +217,7 @@ } details.access-options .meta { width: 100%; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: underline; -- cgit v1.2.3