aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-21 12:59:17 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-21 12:59:17 -0800
commit4f75995e05f004ab05cbf162e414bcc310eef405 (patch)
treeb60bb2ba760d8f259675db4cb2f4f300b774ddda /fatcat_scholar/templates/base.html
parenta10f4c93f74b26781fe170f0f117cd506149e738 (diff)
downloadfatcat-scholar-4f75995e05f004ab05cbf162e414bcc310eef405.tar.gz
fatcat-scholar-4f75995e05f004ab05cbf162e414bcc310eef405.zip
html: many tweaks and improvements
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r--fatcat_scholar/templates/base.html3
1 files changed, 3 insertions, 0 deletions
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;