Skip to content

Commit ac3fad7

Browse files
committed
refactor: placement of the citations counter
1 parent 9a8d7bd commit ac3fad7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

vis/js/templates/listentry/StandardListEntry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ const StandardListEntry = ({
9595
baseUnit={!isContentBased ? baseUnit : null}
9696
/>
9797
)}
98+
{showCitations && <Citations number={citations} label={baseUnit} />}
9899
<PaperButtons paper={paper} />
99100
{!isStreamgraph && <Area paper={paper} isShort={showCitations} />}
100-
{showCitations && <Citations number={citations} label={baseUnit} />}
101101
{!!backlink.show && (
102102
<EntryBacklink
103103
onClick={backlink.onClick}

vis/stylesheets/modules/list/_entry.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ s.resulttype {
443443
margin-top: 0px;
444444
margin-bottom: 10px;
445445
padding: 0;
446-
float: right;
447446
color: $black;
448447
font-weight: $fontweight700;
449448
padding-right: 10px;

0 commit comments

Comments
 (0)