diff options
Diffstat (limited to 'fatcat_scholar/static/scholar.css')
-rw-r--r-- | fatcat_scholar/static/scholar.css | 5 |
1 files changed, 2 insertions, 3 deletions
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; |