Skip to content

Commit

Permalink
fix: GUI fix for when Rundown is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Jan 24, 2024
1 parent b3174d5 commit 5d6228d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/app/src/react/styles/group-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
height: calc(100vh - 20rem);

margin-top: -2rem;


&:first-child {
// Fix for when list is empty:
margin-top: 0;
}
}
}
.group-list__time-display {
Expand Down

0 comments on commit 5d6228d

Please sign in to comment.