Improve Post component

This commit is contained in:
riggraz
2019-09-12 18:03:19 +02:00
parent f599471af1
commit e649588211
11 changed files with 50 additions and 36 deletions

View File

@@ -9,4 +9,14 @@
.gravatar {
border-radius: 16px;
}
.dot {
width: 16px;
height: 16px;
border-radius: 100%;
margin-top: auto;
margin-bottom: auto;
margin-right: 4px;
}

View File

@@ -199,16 +199,6 @@
}
}
.dot {
width: 16px;
height: 16px;
border-radius: 100%;
margin-top: auto;
margin-bottom: auto;
margin-right: 4px;
}
.infoText {
display: block;
text-align: center;

View File

@@ -34,12 +34,6 @@
border-bottom-width: 1px;
margin-bottom: 8px;
}
.dot {
width: 16px;
height: 16px;
border-radius: 100%;
}
.infoText {
text-align: center;
@@ -47,7 +41,6 @@
}
.columnTitle {
margin: 0 8px;
font-weight: 700;
}