diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-15 00:41:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-15 00:41:47 -0800 |
commit | 00bbe2124fc04f252a3074058bcb4871d970ae70 (patch) | |
tree | 3fab8b9283b63ee7c363ec30298369769c563680 /fatcat_scholar/templates/base.html | |
parent | b8ce4a29d8ba996c6b5eb9c1dd233d2161b70524 (diff) | |
download | fatcat-scholar-00bbe2124fc04f252a3074058bcb4871d970ae70.tar.gz fatcat-scholar-00bbe2124fc04f252a3074058bcb4871d970ae70.zip |
html: improvements to reactive search filters and main serp column
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 3b6eb99..7df0502 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -41,8 +41,15 @@ @media only screen and (min-width: 768px) { .mobile-only { display: none !important; } } + @media only screen and (max-width: 991px) and (min-width: 768px) { + .ui.container { width: 820px; } + } @media only screen and (max-width: 991px) { .tablet-hide { display: none !important; } + .ui.grid>[class*="fourteen wide"].column.serp-column { + width: 100% !important; + box-shadow: none !important; + } } @media only screen and (min-width: 992px) { .tablet-only { display: none !important; } |