Skip to content

Commit

Permalink
refacto(server): refactor scrollable ux and notification opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuher committed Jan 30, 2025
1 parent c2a5633 commit 5d6c806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
border-radius: var(--border-radius-large);
background-color: var(--color-error-lightest);
color: var(--color-error-darkest);
opacity: 0.9;

font-size: var(--text-small);
}
2 changes: 1 addition & 1 deletion src/app/pages/server/server.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
>All events</span
>
</div>
<div class="retro-items-list">
<div class="retro-items-list no-scrollable">
@for (event of (eventsDisplay() === 'active' ? activeEvents(): events()
); track event.id) {
<div
Expand Down

0 comments on commit 5d6c806

Please sign in to comment.