also set min height for other lists (e.g. follow requests), not just the timeline

This commit is contained in:
RiedleroD 2024-05-20 17:18:11 +02:00 committed by RiedleroD
parent 49a850a1e9
commit f1058567b9
1 changed files with 1 additions and 0 deletions

View File

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