Fix: Buttons were not hidden when the menu was retracted
This commit is contained in:
parent
dddd2a627e
commit
5e826483f7
4 changed files with 4 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
[btnBgHoverColor]="'#edeefe'"
|
||||
(click)="openAddChannelWindow()"
|
||||
style="margin-right: -11px"
|
||||
[imgFilterStatic]="'none'"
|
||||
>
|
||||
</app-small-btn>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
[btnBgHoverColor]="'#edeefe'"
|
||||
(click)="toggleAllUsersWindow()"
|
||||
style="margin-right: -11px"
|
||||
[imgFilterStatic]="'none'"
|
||||
>
|
||||
</app-small-btn>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
style="margin-right: -26px"
|
||||
routerLink="/main/searchBar"
|
||||
(click)="closeSecondaryChatAndSidebar()"
|
||||
[imgFilterStatic]="'none'"
|
||||
>
|
||||
</app-small-btn>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
width: imgSize,
|
||||
height: imgSize,
|
||||
'--filter': imgFilter,
|
||||
'--filterStatic': imgFilterStatic
|
||||
'--filterStatic': imgFilterStatic,
|
||||
}"
|
||||
[src]="'assets/img/' + imgSrc"
|
||||
alt=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue