Slightly restyle filtered statuses

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
strip-front-mentions
marcin mikołajczak 2021-12-30 12:31:09 +01:00
rodzic 52dabed829
commit e897c39908
2 zmienionych plików z 14 dodań i 3 usunięć

Wyświetl plik

@ -185,17 +185,29 @@
}
}
&__descendants .thread__status:first-child {
&__descendants &__status:first-child {
margin-top: 10px;
.status__wrapper--filtered {
margin-top: -10px;
}
}
&__status--focused:first-child,
&__ancestors &__status:first-child {
margin-top: 10px;
.status__wrapper--filtered {
margin-top: -10px;
}
}
&__descendants &__status:last-child {
margin-bottom: 10px;
.status__wrapper--filtered {
margin-bottom: -10px;
}
}
&__connector {

Wyświetl plik

@ -127,7 +127,7 @@
}
.status__wrapper--filtered {
color: var(--primary-text-color);
color: var(--primary-text-color--faint);
border: 0;
font-size: inherit;
text-align: center;
@ -137,7 +137,6 @@
box-sizing: border-box;
width: 100%;
clear: both;
border-bottom: 1px solid var(--brand-color--med);
}
.status__prepend-icon-wrapper {