Temporary fix for weird empty statuses

This commit is contained in:
Lim Chee Aun 2023-04-30 16:53:00 +08:00
parent 845d7dbbda
commit c9dbe23347

View file

@ -736,6 +736,9 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
counter-increment: index;
position: relative;
}
.status-carousel ul > li:is(:empty, :has(> a:empty)) {
display: none;
}
@media (hover: hover) or (pointer: fine) or (min-width: 40em) {
.status-carousel ul {
scroll-snap-type: none;