mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Temporary fix for weird empty statuses
This commit is contained in:
parent
845d7dbbda
commit
c9dbe23347
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue