mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 09:29:10 +00:00
also set min height for other lists (e.g. follow requests), not just the timeline
This commit is contained in:
parent
49a850a1e9
commit
f1058567b9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue