diff options
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index ab11f50..56b10c3 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -53,6 +53,21 @@ 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); + margin-top: -2.4em; + background-color: black; + min-width: 186px; + border: 3px solid black; + border-bottom: 0; + box-shadow: none; + } + + .ui.labeled.icon.button.serp-button .menu.fulltext-thumbnail:after { + z-index: -1; + background-color: black; + } + .action-bar { display: flex; justify-content: center; |