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

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;