Skip to content

Commit

Permalink
desktop v0.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Nov 21, 2023
1 parent bcd6c0e commit 11e9f7a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/app/system-apps/desktop/desktop.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,19 @@ img{
top: -25%;
left: 35%;
}

.img-alt2{
height: 16px;
width: 16px;
image-rendering:optimizeQuality;
position: relative;
}

.figure-alt2{
position: relative;
align-items: center;
display: inline-flex;
min-width: 18px;
top: 0;
left: 15%;
}
6 changes: 3 additions & 3 deletions src/app/system-apps/desktop/desktop.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<div class="empty-line-container"></div>

<div class="vertical-menu-item" (click)="autoArrangeIcon()">
<span class="span head"><figure ></figure></span>
<span class="span head"><figure class="figure-alt2"><img *ngIf="autoArrangeIcons" class="img-alt2" [src]="'osdrive/icons/chkmark32.png'"/></figure></span>
<span class="span mid">Auto arrange icons</span>
<span class="span tail"><figure></figure></span>
</div>
<div class="vertical-menu-item" (click)="autoAlignIcon()">
<span class="span head"><figure ></figure></span>
<span class="span head"><figure class="figure-alt2"><img *ngIf="autoAlignIcons" class="img-alt2" [src]="'osdrive/icons/chkmark32.png'"/></figure></span>
<span class="span mid">Align icons to grid</span>
<span class="span tail"><figure></figure></span>
</div>
Expand All @@ -46,7 +46,7 @@
<div class="empty-line-container"></div>

<div class="vertical-menu-item" (click)="showDesktopIcon()">
<span class="span head"><figure ></figure></span>
<span class="span head"><figure class="figure-alt2"><img *ngIf="showDesktopIcons" class="img-alt2" [src]="'osdrive/icons/chkmark32.png'"/></figure></span>
<span class="span mid">Show desktop icons</span>
<span class="span tail"><figure></figure></span>
</div>
Expand Down

0 comments on commit 11e9f7a

Please sign in to comment.