prevent wrap in likes & watchs timeline
parent
19adaaf186
commit
31b5c7bee7
|
@ -112,11 +112,18 @@
|
||||||
flex-basis: 150px;
|
flex-basis: 150px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
.list-itemtype-track-likers {
|
||||||
|
margin-right: .5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.list-itemtype-track-likers,
|
.list-itemtype-track-likers,
|
||||||
.list-itemtype-track-watchers {
|
.list-itemtype-track-watchers {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
width: 2.5rem;
|
.icon {
|
||||||
|
display: block;
|
||||||
|
margin-right: .2rem;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
&.active {
|
&.active {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
path {
|
path {
|
||||||
|
|
Loading…
Reference in New Issue