Fix "hide"-filtered post bug again
This commit is contained in:
parent
4718ef36b0
commit
6157ee105c
1 changed files with 4 additions and 0 deletions
|
@ -2673,6 +2673,10 @@ ul.link-list li a .icon {
|
||||||
box-shadow: 0px 1px var(--bg-blur-color);
|
box-shadow: 0px 1px var(--bg-blur-color);
|
||||||
transition: transform 0.4s var(--timing-function);
|
transition: transform 0.4s var(--timing-function);
|
||||||
--back-transition: transform 0.4s ease-out;
|
--back-transition: transform 0.4s ease-out;
|
||||||
|
|
||||||
|
&:is(:empty, :has(> a:empty)) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.timeline:not(.flat) > li > a {
|
.timeline:not(.flat) > li > a {
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue