Skip to content

Commit

Permalink
Configurable clock views
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneusz-ptak committed May 8, 2020
1 parent b028b23 commit 0cecb60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion lib/client/clock-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ client.render = function render (xhr) {
face = 'bn0-sg40';
}
else if (face === 'bgclock') {
face = 'bn0-sg30-ar18-sp-sp-tm26';
face = 'bn0-sg30-ar18-nl-nl-tm26';
}
else if (face === 'config') {
face = $inner.attr('data-face-config');
Expand Down
5 changes: 0 additions & 5 deletions views/clockviews/clock-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ main {
height: 3vmin;
}

#inner div.sp {
width: 100%;
margin: 2vmin;
}

#errorMessage {
font-size: 25em;
}
Expand Down

0 comments on commit 0cecb60

Please sign in to comment.