Fix: Buttons were not hidden when the menu was retracted

This commit is contained in:
Chneemann 2024-09-15 10:09:01 +02:00
parent dddd2a627e
commit 5e826483f7
4 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,7 @@
[btnBgHoverColor]="'#edeefe'"
(click)="openAddChannelWindow()"
style="margin-right: -11px"
[imgFilterStatic]="'none'"
>
</app-small-btn>
</div>

View file

@ -19,6 +19,7 @@
[btnBgHoverColor]="'#edeefe'"
(click)="toggleAllUsersWindow()"
style="margin-right: -11px"
[imgFilterStatic]="'none'"
>
</app-small-btn>
</div>

View file

@ -20,6 +20,7 @@
style="margin-right: -26px"
routerLink="/main/searchBar"
(click)="closeSecondaryChatAndSidebar()"
[imgFilterStatic]="'none'"
>
</app-small-btn>
</div>

View file

@ -13,7 +13,7 @@
width: imgSize,
height: imgSize,
'--filter': imgFilter,
'--filterStatic': imgFilterStatic
'--filterStatic': imgFilterStatic,
}"
[src]="'assets/img/' + imgSrc"
alt=""