Skip to content

Commit

Permalink
Changed titlebar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jun 23, 2024
1 parent 3c92e83 commit c1c9cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
</div>
<div class="action-area">
<button class="titlebar-button btn-minimize" (click)="minimize()">
<i class="material-symbols-outlined">minimize</i>
<i class="material-symbols-outlined">remove</i>
</button>
<button class="titlebar-button btn-maximize" (click)="maximize()">
<i class="material-symbols-outlined">maximize</i>
<i class="material-symbols-outlined">check_box_outline_blank</i>
</button>
<button class="titlebar-button btn-close" (click)="close()">
<i class="material-symbols-outlined">close</i>
<i class="material-icons">close</i>
</button>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
}

i.material-symbols-outlined {
font-size: 1.1em !important;
i.material-symbols-outlined, i.material-icons {
font-size: 1.2em !important;
}
}

0 comments on commit c1c9cdd

Please sign in to comment.