tweak links bar spacing in topic card
This commit is contained in:
parent
479757d671
commit
568a5cd0ed
1 changed files with 3 additions and 2 deletions
|
@ -236,7 +236,7 @@
|
||||||
|
|
||||||
.contributor {
|
.contributor {
|
||||||
bottom: 7px;
|
bottom: 7px;
|
||||||
margin-left: 20px;
|
margin-left: 40px;
|
||||||
|
|
||||||
.contributorIcon {
|
.contributorIcon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -288,6 +288,7 @@
|
||||||
|
|
||||||
.mapCount {
|
.mapCount {
|
||||||
padding:17px 0 17px 36px;
|
padding:17px 0 17px 36px;
|
||||||
|
margin-left: 12px;
|
||||||
|
|
||||||
.mapCountIcon {
|
.mapCountIcon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -363,7 +364,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.synapseCount {
|
.synapseCount {
|
||||||
margin-left: 2px;
|
margin-left: 26px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
padding:17px 0 17px 32px;
|
padding:17px 0 17px 32px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue