diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-06 18:33:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-06 19:01:12 -0700 |
commit | 7704b8df5dd381c64356116b2c3cb1c2912e0626 (patch) | |
tree | b296975e520027edf39ef731e8548b0f1db92c64 /fatcat_scholar/templates/base.html | |
parent | 1204b4f0804a6c1983f71de7840a78f2bbd1061c (diff) | |
download | fatcat-scholar-7704b8df5dd381c64356116b2c3cb1c2912e0626.tar.gz fatcat-scholar-7704b8df5dd381c64356116b2c3cb1c2912e0626.zip |
basic placeholder thumbnail image
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 17e61ee..77bbb0f 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -55,6 +55,9 @@ .ui.serp.card { max-width: 180px !important; } + div.fulltext-link { + width: 180px !important; + } } {# for fulltext search result highlighting #} |