aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-15 00:41:47 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-15 00:41:47 -0800
commit00bbe2124fc04f252a3074058bcb4871d970ae70 (patch)
tree3fab8b9283b63ee7c363ec30298369769c563680 /fatcat_scholar/templates/base.html
parentb8ce4a29d8ba996c6b5eb9c1dd233d2161b70524 (diff)
downloadfatcat-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.html7
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; }