diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 09:56:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 09:56:37 -0800 |
commit | 1cd50049945a0d3f27e376fc137ad82b09ea18ab (patch) | |
tree | 4803fc29114295591f95385c0653c02c0a17a72f /fatcat_scholar/templates/base.html | |
parent | 176092c4e126704fe01988eee2fa82ad6efff641 (diff) | |
download | fatcat-scholar-1cd50049945a0d3f27e376fc137ad82b09ea18ab.tar.gz fatcat-scholar-1cd50049945a0d3f27e376fc137ad82b09ea18ab.zip |
html: access button/options tweaks
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 7f1b2cd..354f111 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -48,13 +48,12 @@ .ui.labeled.icon.button.serp-button { padding-left: 3.0em!important; padding-right: 1em!important; - min-width: 10em; - max-width: 15em; + width: 14em; box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3); } .ui.labeled.icon.button.serp-button .menu.fulltext-thumbnail { - left: calc(-100% - 1.6em); + left: calc(-100% + 0.3em); margin-top: -2.4em; background-color: black; min-width: 186px; @@ -72,7 +71,7 @@ display: flex; justify-content: center; column-gap: 0.3em; - min-width: 12em; + min-width: 14em; max-width: 15em; } @@ -210,10 +209,15 @@ color: inherit; } details.access-options .menu { - /* border: 1px solid black; */ margin: 0.5em; + margin-top: 1.5em; width: auto; - padding: 1em; + } + details.access-options .meta { + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + text-decoration: underline; } details.serp-action-menu[open] > summary .ui.basic.button { |