From 9e73da0e40f7cf38de0ae3413fdf0d202493525d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Jan 2021 22:43:55 -0800 Subject: html/css: yet more RTL tweaks --- fatcat_scholar/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 2dd2643..174dfcf 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -46,6 +46,12 @@ left: auto; right: calc(-100% - 1em); } + .tablet-only .search-filters summary { + float: left; + } + .serp-right-col { + text-align: right!important; + } {% endif %}