Skip to content

Commit

Permalink
Fix publication button spacing (alshedivat#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat authored and chertianser committed Aug 8, 2024
1 parent f519a02 commit 73bb727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
{% else %}
data-id="{{ entry.dimensions }}"
{% endif %}
data-hide-zero-citations="true" data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 6px;"></span>
data-hide-zero-citations="true" data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 3px;"></span>
{%- endif %}
</div>
{%- endif %}
Expand Down
4 changes: 3 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ footer.sticky-bottom {
padding-right: 1rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
margin-left: 0;

&:hover {
color: var(--global-theme-color);
Expand All @@ -644,11 +645,12 @@ footer.sticky-bottom {
}

.badges {
padding-bottom: 0.5rem;
span {
display: inline-block;
color: $black-color;
height: 100%;
padding-left: 0.5rem;
padding-right: 0.5rem;
vertical-align: middle;

&:hover {
Expand Down

0 comments on commit 73bb727

Please sign in to comment.