Fix image max-width on US comments
parent
43c5075c0a
commit
818ed946f3
|
@ -213,10 +213,10 @@
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
.activity-user {
|
.activity-user {
|
||||||
flex-basis: 50px;
|
flex-basis: 60px;
|
||||||
flex-grow: 1;
|
flex-shrink: 0;
|
||||||
|
margin-right: 1rem;
|
||||||
img {
|
img {
|
||||||
max-width: 70px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -224,10 +224,9 @@
|
||||||
color: $green-taiga;
|
color: $green-taiga;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity-content {
|
.activity-content {
|
||||||
flex-basis: 150px;
|
flex-shrink: 0;
|
||||||
flex-grow: 20;
|
max-width: calc(100% - 80px);
|
||||||
}
|
}
|
||||||
.changes {
|
.changes {
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
|
|
Loading…
Reference in New Issue