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
2 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,7 @@ export default {
@import '../../_variables.scss';
.list {
min-height: 1em;
&-item:not(:last-child) {
border-bottom: 1px solid;
border-bottom-color: $fallback--border;

View file

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