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/static/scholar.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fatcat_scholar/static') diff --git a/fatcat_scholar/static/scholar.css b/fatcat_scholar/static/scholar.css index 6d116b7..da197e5 100644 --- a/fatcat_scholar/static/scholar.css +++ b/fatcat_scholar/static/scholar.css @@ -184,6 +184,9 @@ nav.ui.menu { margin-top: 0.2em; } +.tablet-only .search-filters summary { + float: right; +} .search-filters summary::marker { display: none; } -- cgit v1.2.3