This commit is contained in:
crusader
2018-08-15 09:36:18 +09:00
parent 9e95d4cee6
commit 7111e03049
6 changed files with 34 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<span class="window-controls">
<div class="window-controls">
<button aria-label="minimize" tabindex="-1" class="window-control minimize" (click)="onMinimize($event)">
<svg aria-hidden="true" version="1.1" width="10" height="10">
<path d="M 0,5 10,5 10,6 0,6 Z" />
@@ -21,4 +21,4 @@
<path d="M 0,0 0,0.7 4.3,5 0,9.3 0,10 0.7,10 5,5.7 9.3,10 10,10 10,9.3 5.7,5 10,0.7 10,0 9.3,0 5,4.3 0.7,0 Z" />
</svg>
</button>
</span>
</div>