diff options
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 13 |
1 files changed, 13 insertions, 0 deletions
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 %} </style> <link rel="icon" |