diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-22 11:12:23 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-22 11:12:23 -0800 |
commit | a38b226a03010e055d7d1d6c5928827adefc5a04 (patch) | |
tree | e61e59644bdfac24cbfab859e40a2f83da604969 /fatcat_scholar/static | |
parent | 0b4b5114285ea0484006eea8ac6d25403f081135 (diff) | |
download | fatcat-scholar-a38b226a03010e055d7d1d6c5928827adefc5a04.tar.gz fatcat-scholar-a38b226a03010e055d7d1d6c5928827adefc5a04.zip |
html: small UI tweaks
Diffstat (limited to 'fatcat_scholar/static')
-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; |