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'"
|
[btnBgHoverColor]="'#edeefe'"
|
||||||
(click)="openAddChannelWindow()"
|
(click)="openAddChannelWindow()"
|
||||||
style="margin-right: -11px"
|
style="margin-right: -11px"
|
||||||
|
[imgFilterStatic]="'none'"
|
||||||
>
|
>
|
||||||
</app-small-btn>
|
</app-small-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
[btnBgHoverColor]="'#edeefe'"
|
[btnBgHoverColor]="'#edeefe'"
|
||||||
(click)="toggleAllUsersWindow()"
|
(click)="toggleAllUsersWindow()"
|
||||||
style="margin-right: -11px"
|
style="margin-right: -11px"
|
||||||
|
[imgFilterStatic]="'none'"
|
||||||
>
|
>
|
||||||
</app-small-btn>
|
</app-small-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
style="margin-right: -26px"
|
style="margin-right: -26px"
|
||||||
routerLink="/main/searchBar"
|
routerLink="/main/searchBar"
|
||||||
(click)="closeSecondaryChatAndSidebar()"
|
(click)="closeSecondaryChatAndSidebar()"
|
||||||
|
[imgFilterStatic]="'none'"
|
||||||
>
|
>
|
||||||
</app-small-btn>
|
</app-small-btn>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
width: imgSize,
|
width: imgSize,
|
||||||
height: imgSize,
|
height: imgSize,
|
||||||
'--filter': imgFilter,
|
'--filter': imgFilter,
|
||||||
'--filterStatic': imgFilterStatic
|
'--filterStatic': imgFilterStatic,
|
||||||
}"
|
}"
|
||||||
[src]="'assets/img/' + imgSrc"
|
[src]="'assets/img/' + imgSrc"
|
||||||
alt=""
|
alt=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue