From 9351f3a0c9a181c1e735d4eb2babd9a31dd2ded2 Mon Sep 17 00:00:00 2001 From: Maruan Date: Sat, 8 Apr 2023 09:56:08 -0400 Subject: [PATCH] Fix publication button spacing (#1322) --- _bibliography/papers.bib | 12 ++++++------ _layouts/bib.html | 2 +- _sass/_base.scss | 4 +++- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 975613e74577..ce201ffac77e 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -8,7 +8,7 @@ @book{einstein1956investigations title={Investigations on the Theory of the Brownian Movement}, author={Einstein, Albert}, year={1956}, - publisher={Courier Corporation,}, + publisher={Courier Corporation}, preview={brownian-motion.gif} } @@ -17,12 +17,12 @@ @article{einstein1950meaning bibtex_show={true}, title={The meaning of relativity}, author={Einstein, Albert and Taub, AH}, - journal={American Journal of Physics,}, + journal={American Journal of Physics}, volume={18}, number={6}, pages={403--404}, year={1950}, - publisher={American Association of Physics Teachers,} + publisher={American Association of Physics Teachers} } @article{PhysRev.47.777, @@ -30,7 +30,7 @@ @article{PhysRev.47.777 title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?}, author={Einstein, A. and Podolsky, B. and Rosen, N.}, abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.}, - journal={Phys. Rev.,}, + journal={Phys. Rev.}, volume={47}, issue={10}, pages={777--780}, @@ -50,7 +50,7 @@ @article{PhysRev.47.777 @article{einstein1905molekularkinetischen, title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen}, author={Einstein, A.}, - journal={Annalen der physik,}, + journal={Annalen der physik}, volume={322}, number={8}, pages={549--560}, @@ -62,7 +62,7 @@ @article{einstein1905movement abbr={Ann. Phys.}, title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat}, author={Einstein, A.}, - journal={Ann. Phys.,}, + journal={Ann. Phys.}, volume={17}, pages={549--560}, year={1905} diff --git a/_layouts/bib.html b/_layouts/bib.html index 919613aec4c2..2532fc500f41 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -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;"> + data-hide-zero-citations="true" data-style="small_rectangle" data-legend="hover-right" style="margin-bottom: 3px;"> {%- endif %} {%- endif %} diff --git a/_sass/_base.scss b/_sass/_base.scss index ec6a768fa713..b65b11cbe9f9 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -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); @@ -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 {