added minimum space to empty timeline #400

Merged
floatingghost merged 2 commits from Riedler/akkoma-fe:empty-tl-minspace into develop 2024-06-17 21:40:56 +00:00
Showing only changes of commit 49a850a1e9 - Show all commits

View file

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