From a38b226a03010e055d7d1d6c5928827adefc5a04 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Jan 2021 11:12:23 -0800 Subject: html: small UI tweaks --- fatcat_scholar/static/scholar.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fatcat_scholar/static') diff --git a/fatcat_scholar/static/scholar.css b/fatcat_scholar/static/scholar.css index fcf0349..d7a9818 100644 --- a/fatcat_scholar/static/scholar.css +++ b/fatcat_scholar/static/scholar.css @@ -66,8 +66,7 @@ nav.ui.menu { display: flex; justify-content: center; column-gap: 0.3em; - min-width: 14em; - max-width: 15em; + width: 12.5em; } @media only screen and (max-width: 767px) { @@ -248,7 +247,7 @@ details.serp-action-menu > .citation-menu { z-index: 11; min-width: 30em; border-radius: .28571429rem; - right: 50%; + right: 55%; margin-top: -2em; margin-right: 1.5em; padding: 1em; -- cgit v1.2.3