mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-22 21:59:22 +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;
|
counter-increment: index;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.status-carousel ul > li:is(:empty, :has(> a:empty)) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
@media (hover: hover) or (pointer: fine) or (min-width: 40em) {
|
@media (hover: hover) or (pointer: fine) or (min-width: 40em) {
|
||||||
.status-carousel ul {
|
.status-carousel ul {
|
||||||
scroll-snap-type: none;
|
scroll-snap-type: none;
|
||||||
|
|
Loading…
Reference in a new issue