Skip to content
Snippets Groups Projects
Commit f3b1231d authored by Damien's avatar Damien
Browse files

[FEAT] [PARA V2] Fix middle fullscreen for low resolution

parent b964383b
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@
<div *ngIf="headerTab == 5" class="contentShow" style="width:98%;">
<iframe [src]="linksViewerLink | safeUrl"></iframe>
</div>
<div class="hideRightContent" (click)="displayPanel('MIDDLE')">
<div class="hideRightContent" (click)="displayPanel('MIDDLE')" [ngStyle]="{'right': showRightPanel ? '-10px' : '0px'}">
<i class="fa fa-chevron-right" aria-hidden="true" *ngIf="showRightPanel"></i>
<i class="fa fa-chevron-left" aria-hidden="true" *ngIf="!showRightPanel"></i>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment