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