Skip to content

Commit

Permalink
Fixed Filament selector screen (#1178)
Browse files Browse the repository at this point in the history
Width was slightly too wide so the weight remaining
was not being displayed correcty. Also updated version info.
  • Loading branch information
thegarbz authored Nov 17, 2020
1 parent 796ac7e commit 638a828
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion themes/theGarbz/Focus/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Focus theme v0.1
# Focus theme v0.2

This theme is based on the classy [NOX theme](../../NOX/) by NoxHirsch and has been modified to Focus on highlighting the most important information for a user. The goal was to create a theme that could easily be read from a distance. Some of the features are listed below:
* High contrast display of relevant information (e.g. print time, temperature)
Expand Down Expand Up @@ -52,5 +52,10 @@ Please note: This theme like the theme it was based on makes use of more CSS eff

![Settings](screenshots/screenshot_menu.png)

### Version History:

__v0.2:__
* Fixed bug which prevented the filament weight from being shown in the filament selector.

__v0.1:__
* Initial Issue
4 changes: 2 additions & 2 deletions themes/theGarbz/Focus/custom-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ ngx-spinner .overlay{
}

.filament-filaments__name {
width: 62vw!important;
width: 59.5vw!important;
}

app-filament .scroll__thumb-inactive {
Expand Down Expand Up @@ -697,7 +697,7 @@ round-progress svg circle{
}

.settings__version::after{
content: " \00a0 | \00a0 Focus theme v0.1";
content: " \00a0 | \00a0 Focus theme v0.2";
width: auto!important;
}

Expand Down

0 comments on commit 638a828

Please sign in to comment.