mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-02 00:40:27 +00:00
Fix for console icons
This commit is contained in:
parent
c23892f836
commit
c3ebdd6498
@ -44,7 +44,7 @@
|
|||||||
<mat-icon>remove</mat-icon>
|
<mat-icon>remove</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<button *ngIf="isMinimized" style="color:white" mat-icon-button (click)="minimize(false)">
|
<button *ngIf="isMinimized" style="color:white" mat-icon-button (click)="minimize(false)">
|
||||||
<mat-icon>remove</mat-icon>
|
<mat-icon>web_asset</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<button style="color:white" mat-icon-button (click)="close()">
|
<button style="color:white" mat-icon-button (click)="close()">
|
||||||
<mat-icon>close</mat-icon>
|
<mat-icon>close</mat-icon>
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
width: 675px;
|
width: 630px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.console {
|
.console {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user