diff --git a/app/soapbox/components/material_status.js b/app/soapbox/components/material_status.js new file mode 100644 index 0000000000..25fd24e053 Binary files /dev/null and b/app/soapbox/components/material_status.js differ diff --git a/app/soapbox/components/status_list.js b/app/soapbox/components/status_list.js index a4837a6c4c..f96ec779f2 100644 Binary files a/app/soapbox/components/status_list.js and b/app/soapbox/components/status_list.js differ diff --git a/app/soapbox/containers/status_container.js b/app/soapbox/containers/status_container.js index ce18e23dae..5d0490c603 100644 Binary files a/app/soapbox/containers/status_container.js and b/app/soapbox/containers/status_container.js differ diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 7fbb7af2f5..2efd84e3b2 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -126,15 +126,6 @@ vertical-align: middle; } -.status-container { - padding-bottom: 10px; -} - -.status__wrapper { - @include standard-panel; - padding: 15px 0 10px; -} - .status__wrapper--filtered { color: var(--primary-text-color); border: 0; @@ -719,3 +710,12 @@ a.status-card.compact:hover { } } } + +.material-status { + padding-bottom: 10px; + + &__status { + @include standard-panel; + padding: 15px 0 10px; + } +}