1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-30 07:17:19 +08:00

added minimum space to empty timeline

This commit is contained in:
RiedleroD 2024-04-26 22:03:40 +02:00
parent c68595345f
commit 49a850a1e9

View file

@ -28,4 +28,7 @@
}
}
}
.timeline {
min-height: 1em;
}
}