diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-13 22:44:06 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-13 22:44:06 +0200 |
commit | 5d856cf20177711074b473cc2d2133b85826fe63 (patch) | |
tree | c7029d75af6d53e40bf806c51f1f4fcfc2136104 /frontend/src/app/_elements/notifications/notifications.component.html | |
parent | 3c4bfb16f55aa51a50ee99327caca639e072cdab (diff) | |
parent | 3cb8b60ed4e36f39187e64270479f472e08fb615 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_elements/notifications/notifications.component.html')
-rw-r--r-- | frontend/src/app/_elements/notifications/notifications.component.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/src/app/_elements/notifications/notifications.component.html b/frontend/src/app/_elements/notifications/notifications.component.html index 0b87e4fc..4e33f77c 100644 --- a/frontend/src/app/_elements/notifications/notifications.component.html +++ b/frontend/src/app/_elements/notifications/notifications.component.html @@ -1,6 +1,5 @@ -<div *ngIf="notifications" class="position-fixed card card-body p-1 m-3" style="bottom: 0; right: 0; width: 18rem;"> - <h2 class="m-auto" (click)="closed = !closed;" data-bs-toggle="collapse" href="#collapseNotifs" role="button" - aria-expanded="true" aria-controls="collapseNotifs">Notifikacije +<div *ngIf="notifications && notifications.length > 0" class="position-fixed card card-body p-1 m-3" style="bottom: 0; right: 0; width: 18rem;"> + <h2 class="m-auto" (click)="closed = !closed;" data-bs-toggle="collapse" href="#collapseNotifs" role="button" aria-expanded="true" aria-controls="collapseNotifs">Notifikacije <button class="border-0 bg-white"> <mat-icon class="position-absolute" style="top: 8px; right: 12px;">{{closed ? 'keyboard_arrow_up' : 'keyboard_arrow_down'}}</mat-icon> |