Merge pull request 'added minimum space to empty timeline' (#400) from Riedler/akkoma-fe:empty-tl-minspace into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/400
This commit is contained in:
floatingghost 2024-06-17 21:40:56 +00:00
commit 24b9e350e2
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;
}
}