New UX Part 1.5 (#3105)

This commit is contained in:
Joe Milazzo
2024-08-11 06:10:46 -05:00
committed by GitHub
parent c188e0f23b
commit ac21b04fa4
239 changed files with 1626 additions and 776 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<div [ngClass]="{'no-transitions' : (transitionState$ | async)}">
@if (accountService.currentUser$ | async; as currentUser) {
@if (currentUser) {
@if (currentUser && (navService.navbarVisible$ | async) === true) {
<div class="fullpage-background">
<div class="background-area">
<canvas id="backgroundCanvas" class="default-background" style="width: 100%; height: calc(var(--vh) * 100);"></canvas>