From ee5901b25869763e3c30b495b03fe4b286edd6da Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Jan 2021 20:36:10 -0800 Subject: html/css: refactor RTL filter bar code --- fatcat_scholar/templates/base.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index e73a38f..2dd2643 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -33,6 +33,19 @@ .ui.action.input:not([class*="left action"]) > input { border-right-color: #999!important; } + + .filter-bar .text-button { + left: 0.9em; + right: auto; + } + .filter-bar .filter-label { + left: 0.9em; + right: auto; + } + .ui.labeled.icon.button.serp-button .menu.fulltext-thumbnail { + left: auto; + right: calc(-100% - 1em); + } {% endif %}