Skip to content

Commit

Permalink
update status icons (#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull committed Mar 2, 2022
1 parent 3e35408 commit 86d1edb
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 18 deletions.
19 changes: 8 additions & 11 deletions src/app/printer-status/printer-status.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,32 @@
vertical-align: middle;

& img {
width: 10vw;
width: 9vw;
float: left;
padding-top: 1.7vh;
padding-right: 2vw;
padding-bottom: 2vh;
}

&-1 {
width: 29vw;
padding-left: 1vw;
padding-left: 0.4vw;
padding-right: 7.5vw;

& img {
padding-left: 1.6vw;
padding-right: 1vw;
}
}

&-2 {
width: 26vw;
padding-right: 6vw;

& img {
width: 9.6vw;
}
}

&-3 {
padding-right: 3vw;
width: 27.2vw;

& img {
padding-top: 1vh;
width: 10vw;
}
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/app/settings/settings.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,9 @@
</p>
<span class="settings__heading-2">Icons</span>
<ul class="settings__text">
<li>"bed plate, heated, Plate, Bed icon" from shareicon.net</li>
<li>"filament, spool, Reel icon" from shareicon.net</li>
<li>"Extruder, nozzle, head icon" from shareicon.net</li>
<li>"Hot Surface" by Adrien Coquet from thenounproject.com</li>
<li>"Fan" by ArtLumika from thenounproject.com</li>
<li>"Printer 3d nozzle outline Icon" from icon-icons.com</li>
<li>"Invalid Code" by Arthur Shlain from thenounproject.com</li>
<li>"back" by Dwiky Setiawan from thenounproject.com</li>
<li>"next" by Dwiky Setiawan from thenounproject.com</li>
Expand Down
7 changes: 6 additions & 1 deletion src/assets/fan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/filament.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/assets/heat-bed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/assets/nozzle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86d1edb

Please sign in to comment.