Minor style fixes
This commit is contained in:
parent
15691a973d
commit
933a2bb71a
|
@ -204,9 +204,13 @@
|
||||||
|
|
||||||
.articleLinkIcon {
|
.articleLinkIcon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 1em;
|
margin-right: 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentDates {
|
.commentDates {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.AuthorLink {
|
.AuthorLink {
|
||||||
.link {
|
.link {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -8,6 +8,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: unset !important;
|
background: unset !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user