Create separate MaterialStatus component for statuses with gaps (in timelines)
This commit is contained in:
parent
6e305fd854
commit
4b92dbc93d
4 changed files with 9 additions and 9 deletions
BIN
app/soapbox/components/material_status.js
Normal file
BIN
app/soapbox/components/material_status.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -126,15 +126,6 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-container {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__wrapper {
|
|
||||||
@include standard-panel;
|
|
||||||
padding: 15px 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__wrapper--filtered {
|
.status__wrapper--filtered {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -719,3 +710,12 @@ a.status-card.compact:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.material-status {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
|
||||||
|
&__status {
|
||||||
|
@include standard-panel;
|
||||||
|
padding: 15px 0 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue